Ojs\UserBundle\Entity\Role::getRole PHP Method

getRole() public method

Get role
public getRole ( ) : string
return string
    public function getRole()
    {
        return $this->role;
    }