[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 343 lignes (10 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
sfViewConfigHandler:: (8 méthodes):
execute()
mergeConfig()
addComponentSlots()
addTemplate()
addLayout()
addHtmlHead()
addHtmlAsset()
addEscaping()
Classe: sfViewConfigHandler - X-Ref
sfViewConfigHandler allows you to configure views.execute($configFiles) X-Ref |
Executes this configuration handler. param: array An array of absolute filesystem path to a configuration file return: string Data to be written to a cache file |
mergeConfig($myConfig) X-Ref |
Merges assets and environement configuration. param: array A configuration array |
addComponentSlots($viewName = '') X-Ref |
Adds a component slot statement to the data. param: string The view name return: string The PHP statement |
addTemplate($viewName = '') X-Ref |
Adds a template setting statement to the data. param: string The view name return: string The PHP statement |
addLayout($viewName = '') X-Ref |
Adds a layour statement statement to the data. param: string The view name return: string The PHP statement |
addHtmlHead($viewName = '') X-Ref |
Adds http metas and metas statements to the data. param: string The view name return: string The PHP statement |
addHtmlAsset($viewName = '') X-Ref |
Adds stylesheets and javascripts statements to the data. param: string The view name return: string The PHP statement |
addEscaping($viewName = '') X-Ref |
Adds an escaping statement to the data. param: string The view name return: string The PHP statement |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |