REBELinBLUE\Deployer\Repositories\EloquentRepository::getAll PHP Méthode

getAll() public méthode

Get's all records from the model.
public getAll ( ) : Illuminate\Database\Eloquent\Collection
Résultat Illuminate\Database\Eloquent\Collection
    public function getAll()
    {
        return $this->model->all();
    }