[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 76 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Classe: sfFilterChain - X-Ref
sfFilterChain manages registered filters for a specific context.execute() X-Ref |
Executes the next filter in this chain. |
hasFilter($class) X-Ref |
Returns true if the filter chain contains a filter of a given class. param: string The class name of the filter return: boolean true if the filter exists, false otherwise |
register($filter) X-Ref |
Registers a filter with this chain. param: sfFilter A sfFilter implementation instance. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |