sfCompileConfigHandler gathers multiple files and puts them into a single
file.
Method Summary
flattenConfiguration , flattenConfigurationWithEnvironment , getConfigValue , mergeConfigValue , parseYaml , parseYamls
execute , getConfiguration , getParameterHolder , initialize , replaceConstants , replacePath , __construct
Method Details
-
(string) execute ($configFiles)
Browse code
| $configFiles |
An array of absolute filesystem path to a configuration file
|
Executes this configuration handler.
returns Data to be written to a cache file
throws sfParseException If a requested configuration file is improperly formatted
-
getConfiguration ($configFiles)
Browse code
-
insertConfigFileCallback ($matches)
Browse code
Callback for configuration file insertion in the cache.
|