Neos\Flow\Package\MetaData\AbstractParty::getRole PHP Method

getRole() public method

public getRole ( ) : string
return string The role of the party
    public function getRole()
    {
        return $this->role;
    }