Owl\Repositories\Fluent\TemplateRepository::getAll PHP Метод

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

Get all template data.
public getAll ( ) : stdClass
Результат stdClass
    public function getAll()
    {
        return \DB::table($this->getTableName())->orderBy('id', 'asc')->get();
    }