diff options
Diffstat (limited to 'framework/IStyleable.php')
-rw-r--r-- | framework/IStyleable.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/IStyleable.php b/framework/IStyleable.php index 92cc13ad..255331f9 100644 --- a/framework/IStyleable.php +++ b/framework/IStyleable.php @@ -6,16 +6,18 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + /** * IStyleable interface. * * This interface should be implemented by classes that support CSS styles. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System + * @package Prado * @since 3.1.0 */ interface IStyleable |