Called before the controller action. You can use this method to configure and customize components
or perform logic that needs to happen before each controller action.
public beforeFilter ( Cake\Event\Event $event ) : |
||
$event | Cake\Event\Event | An Event instance |
return |