[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 288 lignes (8 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
sfCacheFilter:: (8 méthodes):
initialize()
execute()
executeBeforeExecution()
executeBeforeRendering()
setPageCache()
getPageCache()
setActionCache()
getActionCache()
Classe: sfCacheFilter - X-Ref
sfCacheFilter deals with page caching and action caching.initialize($context, $parameters = array() X-Ref |
Initializes this Filter. param: sfContext The current application context param: array An associative array of initialization parameters return: bool true, if initialization completes successfully, otherwise false |
execute($filterChain) X-Ref |
Executes this filter. param: sfFilterChain A sfFilterChain instance |
executeBeforeExecution() X-Ref |
Pas de description |
executeBeforeRendering() X-Ref |
Executes this filter. param: sfFilterChain A sfFilterChain instance. |
setPageCache($uri) X-Ref |
Sets a page template in the cache. param: string The internal URI |
getPageCache($uri) X-Ref |
Gets a page template from the cache. param: string The internal URI |
setActionCache($uri) X-Ref |
Sets an action template in the cache. param: string The internal URI |
getActionCache($uri) X-Ref |
Gets an action template from the cache. param: string The internal URI |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |