PHP Class ZfcRbac\View\Strategy\UnauthorizedStrategy

Author: MichaĆ«l Gallego ([email protected])
Inheritance: extends AbstractStrategy
Show file Open project: zf-commons/zfc-rbac Class Usage Examples

Protected Properties

Property Type Description
$options ZfcRbac\Options\UnauthorizedStrategyOptions

Public Methods

Method Description
__construct ( UnauthorizedStrategyOptions $options ) Constructor
onError ( MvcEvent $event ) : void

Method Details

__construct() public method

Constructor
public __construct ( UnauthorizedStrategyOptions $options )
$options ZfcRbac\Options\UnauthorizedStrategyOptions

onError() public method

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

Property Details

$options protected property

protected UnauthorizedStrategyOptions,ZfcRbac\Options $options
return ZfcRbac\Options\UnauthorizedStrategyOptions