Horde_Perms_Base::getPermissionById PHP Method

getPermissionById() abstract public method

Returns an object corresponding to the given unique ID, with the users and other data retrieved appropriately.
abstract public getPermissionById ( integer $cid ) : Horde_Perms_Permission
$cid integer The unique ID of the permission to retrieve.
return Horde_Perms_Permission A permissions object.
    public abstract function getPermissionById($cid);