diff options
author | xue <> | 2007-02-13 14:16:09 +0000 |
---|---|---|
committer | xue <> | 2007-02-13 14:16:09 +0000 |
commit | fd0033951e533a6a9b7bd870e1f118354b5f84d1 (patch) | |
tree | 9723b4ad3523a8ba51e4ec0093446fd6b5d388b7 /framework/TApplication.php | |
parent | 9fb0bcd1aa9cdd1b20c916a7c5154741c0ec513a (diff) |
updated tutorial pages about external config inclusion.
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r-- | framework/TApplication.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/TApplication.php b/framework/TApplication.php index 411b5241..8101672e 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -827,6 +827,11 @@ class TApplication extends TComponent return $this->_authRules; } + /** + * Applies an application configuration. + * @param TApplicationConfiguration the configuration + * @param boolean whether the configuration is specified within a service. + */ public function applyConfiguration($config,$withinService=false) { if($config->getIsEmpty()) |