Horde_Perms_Base::getParents PHP 메소드

getParents() 추상적인 공개 메소드

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