diff options
| author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:33:13 +0100 |
|---|---|---|
| committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-21 09:33:13 +0100 |
| commit | 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f (patch) | |
| tree | 7bbc1e37c56224f56f73762ccfac4a424da0bb15 /framework/TPropertyValue.php | |
| parent | b927e32fa14869bc3a48d1fba6b2a161b9606270 (diff) | |
Add namespaces: framework/*.php, Util, Wsat, Xml
Diffstat (limited to 'framework/TPropertyValue.php')
| -rw-r--r-- | framework/TPropertyValue.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/TPropertyValue.php b/framework/TPropertyValue.php index fab1c966..a920cc4a 100644 --- a/framework/TPropertyValue.php +++ b/framework/TPropertyValue.php @@ -10,9 +10,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + /** * TPropertyValue class * @@ -42,7 +44,7 @@ * - enum: enumerable type, represented by an array of strings. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.0 */ class TPropertyValue |
