Skip to content

Commit

Permalink
Add getQueryEngine to module
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jan 24, 2023
1 parent 9f070f6 commit c409630
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/candidate_parameters/php/module.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,13 @@ class Module extends \Module
}
return $entries;
}

/**
* {@inheritDoc}
*
* @return \LORIS\Data\Query\QueryEngine
*/
public function getQueryEngine() : \LORIS\Data\Query\QueryEngine {
return new CandidateQueryEngine($this->loris);
}
}

0 comments on commit c409630

Please sign in to comment.