From abc3dd2c23ec1f2f2882bf2c4cec160dfc680f03 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 28 Mar 2006 02:30:05 +0000 Subject: Added variable dump functionality to replace var_dump and print_r. --- framework/Web/UI/TTemplateControl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI') diff --git a/framework/Web/UI/TTemplateControl.php b/framework/Web/UI/TTemplateControl.php index 2f63ae5e..971f0288 100644 --- a/framework/Web/UI/TTemplateControl.php +++ b/framework/Web/UI/TTemplateControl.php @@ -32,11 +32,11 @@ class TTemplateControl extends TControl implements INamingContainer /** * @var ITemplate the parsed template structure shared by the same control class */ - protected static $_template=array(); + private static $_template=array(); /** * @var ITemplate the parsed template structure specific for this control instance */ - protected $_localTemplate=null; + private $_localTemplate=null; /** * @var TTemplateControl the master control if any */ -- cgit v1.2.3