\Piko\Controller\Event\AfterActionEvent

AfterActionEvent is an event triggered after action method was called

Properties summary

Name Description
public $controller  
public $response The action method response

Methods summary

Name Description
public __construct Constructor

Properties

public $controller : \Piko\Controller

public $response : \Psr\Http\Message\ResponseInterface

The action method response


Methods

public __construct(): mixed

public  __construct(\Piko\Controller  $controller, \Psr\Http\Message\ResponseInterface  $response): mixed

Parameters

$controller : A controller instance

$response : The action method response

Return:

mixed