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

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

public getAll ( )
    public function getAll()
    {
        return $this->model->orderBy('name')->get();
    }