TYPE_AND
TYPE_AND
Mode types.
$_qManager : \Whups_Query_Manager
__construct(\Whups_Query_Manager $qManager, array $qDetails = array())
Constructor
\Whups_Query_Manager | $qManager | |
array | $qDetails |
hasPermission(string $userid, integer $permission, string $creator = null) : boolean
Checks to see if a user has a given permission.
string | $userid | The userid of the user. |
integer | $permission | A Horde_Perms::* constant to test for. |
string | $creator | The creator of the event. |
Whether or not $userid has $permission.