From 26010b5a60bed8ab08000e909552b88778c6badb Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Thu, 22 Apr 2010 00:14:21 +0000 Subject: TWebControlDecoration docs tweaked. --- framework/Web/UI/WebControls/TWebControlDecorator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI') 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; -- cgit v1.2.3