diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:21:46 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:21:46 +0100 |
commit | b927e32fa14869bc3a48d1fba6b2a161b9606270 (patch) | |
tree | 037a41803695d675fe22cc35b691ff2e729d57f8 /framework/I18N/TChoiceFormat.php | |
parent | 9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff) |
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/I18N/TChoiceFormat.php')
-rw-r--r-- | framework/I18N/TChoiceFormat.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 4525aaad..20130e3e 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.I18N + * @package Prado\I18N */ +namespace Prado\I18N; + /** * Get the ChoiceFormat class. */ @@ -71,7 +73,7 @@ Prado::using('System.I18N.TTranslate'); * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> * @version v1.0, last update on Fri Dec 24 21:38:49 EST 2004 - * @package System.I18N + * @package Prado\I18N */ class TChoiceFormat extends TTranslate { |