diff options
author | carlgmathisen <> | 2008-10-30 23:50:04 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-10-30 23:50:04 +0000 |
commit | c89748fe5c98378cc52fe5ae3d1199090d282be2 (patch) | |
tree | f38aeef6eeffbf1e76bfe3529cdd7a12fe253d60 | |
parent | ea9a16f1fac9dd227e26b43e67cad60385fa0b09 (diff) |
extra doc in TApplication
-rw-r--r-- | framework/TApplication.php | 5 |
1 files changed, 3 insertions, 2 deletions
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)); |