-
(array) addAssets ($type)
Browse code
| $type |
of asset. Requires an sfWebResponse->add$Type(string, string, array) method |
Creates a list of add$Type PHP statements for the given type and config.
returns ist of add$Type PHP statements
-
(string) addComponentSlots ($viewName)
Browse code
Adds a component slot statement to the data.
returns The PHP statement
-
(string) addEscaping ($viewName)
Browse code
Adds an escaping statement to the data.
returns The PHP statement
-
(string) addHtmlAsset ($viewName)
Browse code
Adds stylesheets and javascripts statements to the data.
returns The PHP statement
-
(string) addHtmlHead ($viewName)
Browse code
Adds http metas and metas statements to the data.
returns The PHP statement
-
(string) addLayout ($viewName)
Browse code
Adds a layout statement statement to the data.
returns The PHP statement
-
(string) addTemplate ($viewName)
Browse code
Adds a template setting statement to the data.
returns The PHP statement
-
(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 sfConfigurationException If a requested configuration file does not exist or is not readable
-
@see sfConfigHandler
-