AclPlugin
extends Injectable
in package
AclPlugin.
This is the security plugin which controls that users only have access to the modules they're assigned to
Table of Contents
Methods
- beforeDispatch() : mixed
- getAcl() : mixed
- Returns an existing or new access control list.
- clearAcl() : mixed
- deny() : mixed
Methods
beforeDispatch()
public
beforeDispatch(Event $event, Dispatcher $dispatcher) : mixed
Parameters
- $event : Event
- $dispatcher : Dispatcher
getAcl()
Returns an existing or new access control list.
public
getAcl() : mixed
Tags
clearAcl()
protected
clearAcl() : mixed
deny()
private
deny() : mixed