summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorcarlgmathisen <>2008-10-30 23:50:04 +0000
committercarlgmathisen <>2008-10-30 23:50:04 +0000
commitc89748fe5c98378cc52fe5ae3d1199090d282be2 (patch)
treef38aeef6eeffbf1e76bfe3529cdd7a12fe253d60 /framework
parentea9a16f1fac9dd227e26b43e67cad60385fa0b09 (diff)
extra doc in TApplication
Diffstat (limited to 'framework')
-rw-r--r--framework/TApplication.php5
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));