PHP Class ZfcRbac\Options\UnauthorizedStrategyOptions

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

Protected Properties

Property Type Description
$template string Template to use

Public Methods

Method Description
getTemplate ( ) : string
setTemplate ( string $template )

Method Details

getTemplate() public method

public getTemplate ( ) : string
return string

setTemplate() public method

public setTemplate ( string $template )
$template string

Property Details

$template protected property

Template to use
protected string $template
return string