PHP Trait ZfcRbac\Guard\ProtectionPolicyTrait

Author: MichaĆ«l Gallego ([email protected])
Show file Open project: zf-commons/zfc-rbac

Protected Properties

Property Type Description
$protectionPolicy string

Public Methods

Method Description
getProtectionPolicy ( ) : string Get the protection policy
setProtectionPolicy ( string $protectionPolicy ) : void Set the protection policy

Method Details

getProtectionPolicy() public method

Get the protection policy
public getProtectionPolicy ( ) : string
return string

setProtectionPolicy() public method

Set the protection policy
public setProtectionPolicy ( string $protectionPolicy ) : void
$protectionPolicy string
return void

Property Details

$protectionPolicy protected property

protected string $protectionPolicy
return string