AuthFilterAdmin
implements
FilterInterface
Table of Contents
Interfaces
- FilterInterface
Properties
-
$methods
: mixed
Methods
-
after()
: mixed
-
before()
: mixed
$methods
public
mixed
$methods
= ['POST' => ['csrf']]
after()
public
after(RequestInterface $request, ResponseInterface $response[, mixed $arguments = null ]) : mixed
Parameters
-
$request
: RequestInterface
-
-
$response
: ResponseInterface
-
-
$arguments
: mixed
= null
-
before()
public
before(RequestInterface $request[, mixed $arguments = null ]) : mixed
Parameters
-
$request
: RequestInterface
-
-
$arguments
: mixed
= null
-