App\Ninja\Presenters\PaymentPresenter::method PHP Méthode

method() public méthode

public method ( )
    public function method()
    {
        if ($this->entity->account_gateway) {
            return $this->entity->account_gateway->gateway->name;
        } elseif ($this->entity->payment_type) {
            return $this->entity->payment_type->name;
        }
    }