Property | Type | Description | |
---|---|---|---|
$afterFilterHandler | |||
$beforeFilterHandler | |||
$invokeHandler |
Method | Description | |
---|---|---|
__construct ( ) | ||
addAfterFilterHandler ( $handler ) | ||
addBeforeFilterHandler ( $handler ) | ||
addInvokeHandler ( $handler ) | ||
afterFilterHandler ( $request, stdClass $context ) | *protected | |
beforeFilterHandler ( $request, stdClass $context ) | *protected | |
invokeHandler ( $name, array &$args, stdClass $context ) | *protected |
Method | Description | |
---|---|---|
getNextFilterHandler ( Closure $next, $handler ) | ||
getNextInvokeHandler ( Closure $next, $handler ) |
abstract public afterFilterHandler ( $request, stdClass $context ) | ||
$context | stdClass |
abstract public beforeFilterHandler ( $request, stdClass $context ) | ||
$context | stdClass |
protected getNextFilterHandler ( Closure $next, $handler ) | ||
$next | Closure |
protected getNextInvokeHandler ( Closure $next, $handler ) | ||
$next | Closure |
abstract public invokeHandler ( $name, array &$args, stdClass $context ) | ||
$args | array | |
$context | stdClass |