summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ISurroundable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ISurroundable.php')
-rw-r--r--framework/Web/UI/ISurroundable.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/ISurroundable.php b/framework/Web/UI/ISurroundable.php
index 42be16bb..65f4996e 100644
--- a/framework/Web/UI/ISurroundable.php
+++ b/framework/Web/UI/ISurroundable.php
@@ -6,16 +6,18 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Web.UI
+ * @package Prado\Web\UI
*/
+namespace Prado\Web\UI;
+
/**
* ISurroundable interface
*
* Identifies controls that may create an additional surrounding tag. The id of the
* tag can be obtained with {@link getSurroundingTagID}.
*
- * @package System.Web.UI
+ * @package Prado\Web\UI
* @since 3.1.2
*/
interface ISurroundable