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();
    }