Owl\Services\TemplateService::getAll PHP Метод

getAll() публичный Метод

Get all template data.
public getAll ( ) : Illuminate\Database\Eloquent\Collection
Результат Illuminate\Database\Eloquent\Collection | Illuminate\Database\Eloquent\Builder
    public function getAll()
    {
        return $this->templateRepo->getAll();
    }