-
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
-
(sfParameterHolder) getParameterHolder ()
Browse code
Gets the parameter holder for this configuration handler.
returns A sfParameterHolder instance
-
Initializes this configuration handler.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this ConfigHandler
-
(string) replaceConstants ()
Browse code
Replaces constant identifiers in a value.
If the value is an array replacements are made recursively.
returns The new value
-
(string) replacePath ()
Browse code
Replaces a relative filesystem path with an absolute one.
returns The new path