Ojs\UserBundle\Entity\Role::getRole PHP 메소드

getRole() 공개 메소드

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