lmbCmsApplicationlmbFilterChain is an implementation of InterceptinfFilter design pattern.
lmbFilterChain contains registered filters and controls execution of the chain. Usually used as a FrontController in Limb based web applications (see web_app package)
lmbFilterChain can be an intercepting filter in its turn as well.
The best way to think about filters is as of a "russian nested doll", e.g:
Remember, it's the filter that decides whether to pass control to the underlying filter, this is done by calling filter chain instance next() method.
Usage example:
Located in /cms/src/lmbCmsApplication.class.php (line 5)
lmbFilterChain | --lmbCmsApplication
Inherited From lmbFilterChain
lmbFilterChain::__construct()
lmbFilterChain::getFilters()
lmbFilterChain::next()
lmbFilterChain::process()
lmbFilterChain::registerFilter()
lmbFilterChain::run()
Documentation generated on Wed, 07 Jan 2009 03:47:47 +0300 by phpDocumentor 1.3.2