summaryrefslogtreecommitdiff
path: root/framework/I18N/core/Gettext
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
commitb927e32fa14869bc3a48d1fba6b2a161b9606270 (patch)
tree037a41803695d675fe22cc35b691ff2e729d57f8 /framework/I18N/core/Gettext
parent9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff)
Add namespaces: Exceptions, I18N, Security
Diffstat (limited to 'framework/I18N/core/Gettext')
-rw-r--r--framework/I18N/core/Gettext/TGettext.php6
-rw-r--r--framework/I18N/core/Gettext/TGettext_MO.php5
-rw-r--r--framework/I18N/core/Gettext/TGettext_PO.php6
3 files changed, 11 insertions, 6 deletions
diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php
index 2c5f91c7..860a9208 100644
--- a/framework/I18N/core/Gettext/TGettext.php
+++ b/framework/I18N/core/Gettext/TGettext.php
@@ -13,9 +13,11 @@
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
+namespace Prado\I18N\core\Gettext;
+
// +----------------------------------------------------------------------+
// | PEAR :: File :: Gettext |
// +----------------------------------------------------------------------+
@@ -54,7 +56,7 @@
* @author Michael Wallner <mike@php.net>
* @version $Revision: 1.4 $
* @access public
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
class TGettext
{
diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php
index 3e84ef2e..d78b88e4 100644
--- a/framework/I18N/core/Gettext/TGettext_MO.php
+++ b/framework/I18N/core/Gettext/TGettext_MO.php
@@ -13,9 +13,10 @@
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
+namespace Prado\I18N\core\Gettext;
// +----------------------------------------------------------------------+
// | PEAR :: File :: Gettext :: MO |
@@ -48,7 +49,7 @@ require_once dirname(__FILE__).'/TGettext.php';
* @author Michael Wallner <mike@php.net>
* @version $Revision: 1.3 $
* @access public
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
class TGettext_MO extends TGettext
{
diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php
index 950a5de3..9651da2e 100644
--- a/framework/I18N/core/Gettext/TGettext_PO.php
+++ b/framework/I18N/core/Gettext/TGettext_PO.php
@@ -13,9 +13,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\Gettext
*/
+namespace Prado\I18N\core\Gettext;
+
// +----------------------------------------------------------------------+
// | PEAR :: File :: Gettext :: PO |
// +----------------------------------------------------------------------+
@@ -47,7 +49,7 @@ require_once dirname(__FILE__).'/TGettext.php';
* @author Michael Wallner <mike@php.net>
* @version $Revision: 1.2 $
* @access public
- * @package System.I18N.core
+ * @package Prado\I18N\core\Gettext
*/
class TGettext_PO extends TGettext
{