$_shareCallback
$_shareCallback : callback
A function to be called when a Horde_Share object is needed and not available.
Abstract class for storing Share information.
This class should be extended for the more specific drivers.
listGroups(integer $perm_level = null) : array
Returns an array containing all the groupids of the groups with access to this share.
integer | $perm_level | List only users with this permission level. Defaults to all users. |
The IDs of the groups with access to this share.
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.