summaryrefslogtreecommitdiff
path: root/framework/TApplication.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TApplication.php')
-rw-r--r--framework/TApplication.php5
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())