Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |
HessianPHP.Filters.FilterChain
class FilterChain
Simple chain of responsibility implementation that executes a series of filters in order
Field Summary |
---|
public var | $filters |
public var | $current |
Method Summary |
---|
public void | FilterChain |
public void | isChainDone |
public void | doFilter Recursive method that continues the execution of the next filter in the chain Includes two chain finalization checks before and after the filter execution because an explicit call to doFilter() inside the filter object can end the execution |
Field Detail |
---|
public var $filters
public var $current
Method Detail |
---|
public void FilterChain(var $filters)
$filters
public void isChainDone()
public void doFilter(mixed context)
Recursive method that continues the execution of the next filter in the chain Includes two chain finalization checks before and after the filter execution because an explicit call to doFilter() inside the filter object can end the execution
context
- context the filter works with Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |