Horde_Perms_Base::getParents PHP Method

getParents() abstract public method

Returns a list of parent permissions.
abstract public getParents ( string $child ) : array
$child string The name of the child to retrieve parents for.
return array A hash with all parents in a tree format.
    public abstract function getParents($child);