[filter_chain] element index

Package indexes

All elements
c f g l n p r _
_
top
Method __construct
lmbFilterChain::__construct() in lmbFilterChain.class.php
Method __construct
lmbCmsApplication::__construct() in lmbCmsApplication.class.php
c
top
Variable $counter
lmbFilterChain::$counter in lmbFilterChain.class.php
Page common.inc.php
common.inc.php in common.inc.php
f
top
Variable $filters
lmbFilterChain::$filters in lmbFilterChain.class.php
g
top
Method getFilters
lmbFilterChain::getFilters() in lmbFilterChain.class.php
Returns registered filters
l
top
Page lmbFilterChain.class.php
lmbFilterChain.class.php in lmbFilterChain.class.php
Page lmbInterceptingFilter.interface.php
lmbInterceptingFilter.interface.php in lmbInterceptingFilter.interface.php
Class lmbCmsApplication
lmbCmsApplication in lmbCmsApplication.class.php
lmbFilterChain is an implementation of InterceptinfFilter design pattern.
Class lmbFilterChain
lmbFilterChain in lmbFilterChain.class.php
lmbFilterChain is an implementation of InterceptinfFilter design pattern.
Class lmbInterceptingFilter
lmbInterceptingFilter in lmbInterceptingFilter.interface.php
Interface for filter classes to be used with lmbFilterChain
n
top
Method next
lmbFilterChain::next() in lmbFilterChain.class.php
Runs next filter in the chain.
p
top
Page package.php
package.php in package.php
Method process
lmbFilterChain::process() in lmbFilterChain.class.php
Executes the chain
r
top
Method registerFilter
lmbFilterChain::registerFilter() in lmbFilterChain.class.php
Registers filter (or handle on a filter) in the chain.
Method run
lmbFilterChain::run() in lmbFilterChain.class.php
Implements lmbInterceptingFilter interface.
Method run
lmbInterceptingFilter::run() in lmbInterceptingFilter.interface.php
Runs the filter.
c f g l n p r _