Horde_Perms_Base::getPermission PHP Method

getPermission() abstract public method

Returns an object corresponding to the named permission, with the users and other data retrieved appropriately.
abstract public getPermission ( string $name ) : Horde_Perms_Permission
$name string The name of the permission to retrieve.
return Horde_Perms_Permission A permissions object.
    public abstract function getPermission($name);