REBELinBLUE\Deployer\Repositories\EloquentRepository::getAll PHP Метод

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

Get's all records from the model.
public getAll ( ) : Illuminate\Database\Eloquent\Collection
Результат Illuminate\Database\Eloquent\Collection
    public function getAll()
    {
        return $this->model->all();
    }