App\Ninja\Presenters\InvoicePresenter::frequency PHP Method

frequency() public method

public frequency ( )
    public function frequency()
    {
        $frequency = $this->entity->frequency ? $this->entity->frequency->name : '';
        $frequency = strtolower($frequency);
        return trans('texts.freq_' . $frequency);
    }