Neos\Flow\Security\Policy\Role::getPrivileges PHP Method

getPrivileges() public method

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