XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ( $identity, $roles=[]) | |
getIdentity () | |
isInRole ( $rolename) | |
Data Fields | |
$mIdentity | |
$_mRoles = [] | |
Defines the basic functionality of a principal object.
Definition at line 76 of file XCube_Identity.class.php.
__construct | ( | $identity, | |
$roles = [] ) |
Definition at line 88 of file XCube_Identity.class.php.
getIdentity | ( | ) |
Gets a identity object which is tied to this object.
Definition at line 97 of file XCube_Identity.class.php.
isInRole | ( | $rolename | ) |
Definition at line 108 of file XCube_Identity.class.php.
$_mRoles = [] |
Definition at line 86 of file XCube_Identity.class.php.
$mIdentity |
The identity object which is tied to this object.
Definition at line 80 of file XCube_Identity.class.php.