sfFilter
in package
AbstractYes
Table of Contents
Methods
- execute() : mixed
- Execute the filter.
- getContext() : sfContext
- initialize() : mixed
- Initialize the filter.
- isFirstCall() : bool
- Check if this filter has already been called.
Methods
execute()
Execute the filter.
public
abstract execute(sfFilterChain $filterChain) : mixed
Parameters
- $filterChain : sfFilterChain
getContext()
public
getContext() : sfContext
Return values
sfContextinitialize()
Initialize the filter.
public
initialize(sfContext $context[, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $context : sfContext
- $parameters : array<string|int, mixed> = []
isFirstCall()
Check if this filter has already been called.
public
isFirstCall() : bool