App\Ninja\Presenters\ClientPresenter::country PHP 메소드

country() 공개 메소드

public country ( )
    public function country()
    {
        return $this->entity->country ? $this->entity->country->name : '';
    }