\Piko\Controller\Event\AfterActionEvent
AfterActionEvent is an event triggered after action method was called
Properties summary
Name | Description |
---|---|
public $actionId |
The action id |
public $controller |
|
public $response |
The action method response |
Methods summary
Name | Description |
---|---|
public __construct |
Constructor |
Properties
public $actionId : string
The action id
public $controller : \Piko\Controller
public $response : \Psr\Http\Message\ResponseInterface
The action method response
Methods
public __construct(): mixed
public __construct(\Piko\Controller $controller, string $actionId, \Psr\Http\Message\ResponseInterface $response): mixed
Parameters
$controller : A controller instance
$actionId :
$response : The action method response
Return:
mixed