From 976e3aa06ebe82fe6d1c7317c827425111be5df6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 29 Jan 2006 09:14:14 +0000 Subject: Added support to template tag. --- framework/Web/UI/TPage.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'framework/Web/UI/TPage.php') diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index a5e4fa52..b7c1bae6 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -120,21 +120,6 @@ class TPage extends TTemplateControl $this->setPage($this); } - /** - * If initial property values are given, they will be set to the page. - * @param array initial property values for the page. - */ - public function initializeProperties($initProperties=null) - { - Prado::trace('Constructing page','System.Web.UI.TPage'); - if(is_array($initProperties)) - { - Prado::trace('Initializing page properties specified in configurations','System.Web.UI.TPage'); - foreach($initProperties as $name=>$value) - $this->setSubProperty($name,$value); - } - } - /** * Runs through the page lifecycles. * This method runs through the page lifecycles. -- cgit v1.2.3