Class PolicyRule
Authorization rules decide if a Subject is allowed to perform an Action on a given Resource
Rules are ordered by their specificity/generality, so that more specific rules are considered more relevant to the authorization decision.
Namespace: Nethgui\Authorization
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Authorization/PolicyRule.php
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Authorization/PolicyRule.php
public static
|
|
public
string
|
|
public
integer
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
#
compare(
Return an integer less than, equal to, or greater than zero if the this instance is considered to be respectively less than, equal to, or greater than the $other rule; |