App\Ninja\Presenters\VendorPresenter::country PHP Méthode

country() public méthode

public country ( ) : string
Résultat string
    public function country()
    {
        return $this->entity->country ? $this->entity->country->name : '';
    }
VendorPresenter