Method Summary
-
string
execute()
Executes this configuration handler.
-
string
fixCategoryName(, )
Fixes the category name.
-
fixCategoryValue(, , , )
Fixes the category name and replaces constants in the value.
-
getValues(, , , )
Gets values from the configuration array.
-
mergeEnvironment(, )
Merges default, all and current environment configurations.
getConfigValue , mergeConfigValue , parseYaml , parseYamls
execute , getParameterHolder , initialize , replaceConstants , replacePath
Method Details
-
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
-
(string) fixCategoryName (, )
Browse code
Fixes the category name.
returns The fixed category name
-
fixCategoryValue (, , , )
Browse code
Fixes the category name and replaces constants in the value.
-
Gets values from the configuration array.
-
Merges default, all and current environment configurations.
|