diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TDisplayStyle.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDisplayStyle.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TDisplayStyle.php b/framework/Web/UI/WebControls/TDisplayStyle.php index d444f4fd..fdc47850 100644 --- a/framework/Web/UI/WebControls/TDisplayStyle.php +++ b/framework/Web/UI/WebControls/TDisplayStyle.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls */ +namespace Prado\Web\UI\WebControls; + /** * TDisplayStyle defines the enumerable type for the possible styles * that a web control can display. @@ -20,7 +22,7 @@ * - Hidden: the control is not displayed and is included in the layout. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @package System.Web.UI.WebControls + * @package Prado\Web\UI\WebControls * @since 3.1 */ class TDisplayStyle extends TEnumerable |