summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TWebControlDecorator.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TWebControlDecorator.php')
-rw-r--r--framework/Web/UI/WebControls/TWebControlDecorator.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TWebControlDecorator.php b/framework/Web/UI/WebControls/TWebControlDecorator.php
index 1db35df8..e19c710c 100644
--- a/framework/Web/UI/WebControls/TWebControlDecorator.php
+++ b/framework/Web/UI/WebControls/TWebControlDecorator.php
@@ -47,7 +47,7 @@
* * PostTagText
* * PostTagTemplate
*
- * By setting the
+ * (more documentation forthcoming as internal class R&D continues)
*
* To move controls around please see the {@link TMigrate} control. You may use {@link TMigrate}
* in your Decorator templates to move controls in your MasterTemplate around using your theme
@@ -78,7 +78,7 @@ class TWebControlDecorator extends TComponent {
private $_control;
/**
- * @var TComponent or TControl to tell the decorator where to place the outer controls
+ * @var TControl to tell the decorator where to place the outer controls
*/
private $_outercontrol;