Class Filter_Collection
public
|
#
__construct( string|array $filters, mixed $parameters = null )
Create a new filter collection instance. |
public
array
|
|
protected
array
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
public
string|array
|
$filters | array() |
#
The filters contained by the collection. |
public
mixed
|
$parameters |
|
#
The parameters specified for the filter. |
public
array
|
$only | array() |
#
The included controller methods. |
public
array
|
$except | array() |
#
The excluded controller methods. |
public
array
|
$methods | array() |
#
The HTTP methods for which the filter applies. |