Neos\Flow\Security\Authorization\Privilege\AbstractPrivilege::getParameters PHP Method

getParameters() public method

public getParameters ( ) : Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]
return Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface[]
    public function getParameters()
    {
        return $this->parameters;
    }