Slackwolf\Game\Role::getName PHP 메소드

getName() 공개 메소드

Returns the name of the current Role.
public getName ( ) : string
리턴 string
    public function getName()
    {
        return null;
    }