PHP Class Psecio\PropAuth\Subject

Afficher le fichier Open project: psecio/propauth

Protected Properties

Свойство Type Description
$authStatus
$policies
$subject

Méthodes publiques

Méthode Description
__construct ( $subject, $policies = null )
__get ( $name )
__isset ( $name )
can ( $policyName, $addl = null )
cannot ( $policyName, $addl = null )
getSubject ( )
isAuthed ( )
setAuth ( $status )
setPolicies ( PolicySet $policySet )

Method Details

__construct() public méthode

public __construct ( $subject, $policies = null )

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

can() public méthode

public can ( $policyName, $addl = null )

cannot() public méthode

public cannot ( $policyName, $addl = null )

getSubject() public méthode

public getSubject ( )

isAuthed() public méthode

public isAuthed ( )

setAuth() public méthode

public setAuth ( $status )

setPolicies() public méthode

public setPolicies ( PolicySet $policySet )
$policySet PolicySet

Property Details

$authStatus protected_oe property

protected $authStatus

$policies protected_oe property

protected $policies

$subject protected_oe property

protected $subject