-
__construct ($parameters = null)
Class constructor.
-
(string) execute ($configFiles)
| $configFiles |
An array of filesystem path to a configuration file |
Executes this configuration handler
returns Data to be written to a cache file
throws sfConfigurationException If a requested configuration file does not exist or is not readable
-
(bool) initialize ($parameters = null)
| $parameters |
An associative array of initialization parameters |
Initializes this configuration handler.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this ConfigHandler
-
(string) replaceConstants ($value)
| $value |
The value on which to run the replacement procedure |
Replaces constant identifiers in a value.
If the value is an array replacements are made recursively.
returns The new value
-
(string) replacePath ($path)
| $path |
A relative filesystem path |
Replaces a relative filesystem path with an absolute one.
returns The new path
-
getConfiguration ($configFiles)
| $configFiles |
An array of ordered configuration files |
Returns the configuration for the current config handler.
throws LogicException no matter what
-
getParameterHolder ()
Gets the parameter holder for this configuration handler.
returns A sfParameterHolder instance