PHP Class ZfcRbac\Guard\AbstractGuard

Author: MichaĆ«l Gallego ([email protected])
Inheritance: implements ZfcRbac\Guard\GuardInterface, use trait Zend\EventManager\ListenerAggregateTrait
Show file Open project: zf-commons/zfc-rbac Class Usage Examples

Public Methods

Method Description
attach ( Zend\EventManager\EventManagerInterface $events, $priority = AbstractGuard::EVENT_PRIORITY ) {@inheritDoc}
onResult ( MvcEvent $event ) : void

Method Details

attach() public method

{@inheritDoc}
public attach ( Zend\EventManager\EventManagerInterface $events, $priority = AbstractGuard::EVENT_PRIORITY )
$events Zend\EventManager\EventManagerInterface

onResult() public method

public onResult ( MvcEvent $event ) : void
$event Zend\Mvc\MvcEvent
return void