[ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
\defgroup Security The Security module provides a basic implementation of a generic Pipeline to which we can register "filters", which wil carry out specific actions. Any of the filters can interrupt the processing, depending on the logic of the filter. Please see the Pipeline class for more information.
Poids: | 174 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 4 fois |
Nécessite: | 0 fichiers |
Pipeline:: (4 méthodes):
Pipeline()
_registerDefaultFilters()
registerFilter()
process()
Pipeline( $httpRequest, $blogInfo = null ) X-Ref |
Constructor param: httpRequest The HTTP request param: blogInfo The BlogInfo object with information about the blog |
_registerDefaultFilters() X-Ref |
Method that takes care of registering the default filters used in the pipeline. More can be added anytime by using the registerFilter() method. return: Always true |
registerFilter( $filterClass ) X-Ref |
Static method that registers a filter externally param: filterClass A class that implements the PipelineFilter interface return: Always returns true. |
process() X-Ref |
Processes the pipeline, using the request and blogInfo objects as given in the constructor. |
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |