Neos\Flow\Security\Policy\Role::getPrivileges PHP 메소드

getPrivileges() 공개 메소드

public getPrivileges ( ) : Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface[]
리턴 Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface[] Array of privileges assigned to this role
    public function getPrivileges()
    {
        return $this->privileges;
    }