DAViCal
|
Public Member Functions | |
__construct () | |
AllowedTo ( $whatever) | |
Public Attributes | |
$username | |
$user_no | |
$principal_id | |
$fullname | |
$groups | |
Definition at line 17 of file PublicSession.php.
PublicSession::__construct | ( | ) |
#- The constructor, which just calls the actual type configured
Definition at line 62 of file PublicSession.php.
PublicSession::AllowedTo | ( | $whatever | ) |
Checks whether a user is allowed to do something.
The check is performed to see if the user has that role.
string | $whatever | The role we want to know if the user has. |
Definition at line 98 of file PublicSession.php.