App\Ninja\Presenters\ExpensePresenter::vendor PHP Méthode

vendor() public méthode

public vendor ( ) : string
Résultat string
    public function vendor()
    {
        return $this->entity->vendor ? $this->entity->vendor->getDisplayName() : '';
    }
ExpensePresenter