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;
    }