From c89748fe5c98378cc52fe5ae3d1199090d282be2 Mon Sep 17 00:00:00 2001 From: carlgmathisen <> Date: Thu, 30 Oct 2008 23:50:04 +0000 Subject: extra doc in TApplication --- framework/TApplication.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/TApplication.php b/framework/TApplication.php index 1c2b9bd4..0e97f3cb 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -269,6 +269,9 @@ class TApplication extends TComponent */ private $_mode=TApplicationMode::Debug; + /** + * @var string Customizable page service ID + */ private $_pageServiceID = self::PAGE_SERVICE_ID; /** @@ -860,9 +863,7 @@ class TApplication extends TComponent if(!$withinService) { foreach($config->getProperties() as $name=>$value) - { $this->setSubProperty($name,$value); - } } $this->_services=array($this->getPageServiceID()=>array('TPageService',array(),null)); -- cgit v1.2.3