diff options
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -121,21 +121,6 @@ class TPage extends TTemplateControl }
/**
- * 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.
* @param THtmlTextWriter the HTML writer
|