Ojs\UserBundle\Entity\Role::getRole PHP Méthode

getRole() public méthode

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