TApplicationConfiguration class.
This class is used internally by TApplication to parse and represent application configuration.
Located in /TApplication.php (line 1275)
TComponent | --TApplicationConfiguration
Returns list of path alias definitions.
The definitions are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single alias definition, with the key being the alias name and the value the absolute path.
Returns list of module configurations.
The module configurations are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single module configuration, with the key being the module ID and the value the module configuration. Each module configuration is stored in terms of an array with the following content ([0]=>module type, [1]=>module properties, [2]=>complete module configuration) The module properties are an array of property values indexed by property names. The complete module configuration is a TXmlElement object representing the raw module configuration which may contain contents enclosed within module tags.
Returns list of parameter definitions.
The parameter definitions are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single parameter definition, with the key being the parameter ID and the value the parameter definition. A parameter definition can be either a string representing a string-typed parameter, or an array. The latter defines a component-typed parameter whose format is as follows, ([0]=>component type, [1]=>component properties) The component properties are an array of property values indexed by property names.
Returns list of page initial property values.
Each array element represents a single property with the key being the property name and the value the initial property value.
Returns list of namespaces to be used.
The namespaces are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single namespace usage, with the value being the namespace to be used.
Loads the external PHP array.
Loads the external XML configurations.
Parses the application configuration file.
Parses the application configuration given in terms of a PHP array.
Parses the application configuration given in terms of a TXmlElement.
Loads the modules PHP array.
Loads the modules XML node.
Loads the parameters PHP array.
Loads the parameters XML node.
Loads the paths PHP array
Loads the paths XML node.
Loads the services PHP array.
Loads the services XML node.
Inherited From TComponent
TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()
Documentation generated on Mon, 25 Jun 2012 14:37:18 +0200 by phpDocumentor 1.4.3