documentation and changelog for localized formatter

This commit is contained in:
Carsten Brandt
2013-01-30 18:00:36 +01:00
parent 9630a882a1
commit ddbdbb14bd
3 changed files with 13 additions and 1 deletions

View File

@@ -18,7 +18,16 @@
*
* It uses {@link CApplication::locale} by default but you can set a custom locale by using {@link setLocale}-method.
*
* For a list of recognizable format types, and details on how to call the formatter methods, see {@link CFormatter} documentation.
* For a list of recognizable format types, and details on how to call the formatter methods,
* see {@link CFormatter} documentation.
*
* To replace the application component 'format', which is registered by {@link CApplication} by default, you can
* put this in your application 'components' config:
* <code>
* 'format' => array(
* 'class' => 'CLocalizedFormatter',
* ),
* </code>
*
* @author Carsten Brandt <mail@cebe.cc>
* @package system.utils