class AclListener extends Plugin

ACL provider

Methods

beforeDispatch(Event $event, Dispatcher $dispatcher)

Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check

returnInvalid($path)

No description

Details

at line line 26
beforeDispatch(Event $event, Dispatcher $dispatcher)

Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check

Will return output and exit program execution on error

Parameters

Event $event
Dispatcher $dispatcher

at line line 79
returnInvalid($path)

Parameters

$path