sfFilterChain
in package
Table of Contents
Methods
- count() : int
- execute() : mixed
- Execute the next filter in the chain.
- hasFilter() : bool
- register() : mixed
- Register a filter in the chain.
Methods
count()
public
count() : int
Return values
intexecute()
Execute the next filter in the chain.
public
execute() : mixed
hasFilter()
public
hasFilter(mixed $class) : bool
Parameters
- $class : mixed
Return values
boolregister()
Register a filter in the chain.
public
register(sfFilter $filter) : mixed
Parameters
- $filter : sfFilter