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/core/HTTPNegotiator.php | |
parent | 9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff) |
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/I18N/core/HTTPNegotiator.php')
-rw-r--r-- | framework/I18N/core/HTTPNegotiator.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/core/HTTPNegotiator.php b/framework/I18N/core/HTTPNegotiator.php index 26b532b8..9c96d568 100644 --- a/framework/I18N/core/HTTPNegotiator.php +++ b/framework/I18N/core/HTTPNegotiator.php @@ -14,9 +14,11 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; + /** * Include the CultureInfo class. */ @@ -29,7 +31,7 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> * @version v1.0, last update on Fri Dec 24 16:01:35 EST 2004 - * @package System.I18N.core + * @package Prado\I18N\core */ class HTTPNegotiator { |