-
(string) execute ($configFiles)
| $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 sfConfigurationException If a requested configuration file does not exist or is not readable
-
(string) addHtmlHead ($viewName = '')
Adds http metas and metas statements to the data.
returns The PHP statement
-
(string) addComponentSlots ($viewName = '')
Adds a component slot statement to the data.
returns The PHP statement
-
(string) addHtmlAsset ($viewName = '')
Adds stylesheets and javascripts statements to the data.
returns The PHP statement
-
mergeConfig ($config)
-
(string) addTemplate ($viewName = '')
Adds a template setting statement to the data.
returns The PHP statement
-
(string) addLayout ($viewName = '')
Adds a layout statement statement to the data.
returns The PHP statement
-
getConfiguration ($configFiles)
-
(string) addEscaping ($viewName = '')
Adds an escaping statement to the data.
returns The PHP statement