|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\LearningModule\Question\Usage\Retrieval:
Collaboration diagram for ILIAS\LearningModule\Question\Usage\Retrieval:Public Member Functions | |
| __construct (protected int $obj_id, protected ilCtrl $ctrl, protected QuestionInfo $question_info) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
Protected Member Functions | |
| getQuestionData () | |
| getLinkToPage (int $page_id) | |
Protected Attributes | |
| array | $question_data |
Definition at line 33 of file Retrieval.php.
| ILIAS\LearningModule\Question\Usage\Retrieval::__construct | ( | protected int | $obj_id, |
| protected ilCtrl | $ctrl, | ||
| protected QuestionInfo | $question_info | ||
| ) |
Definition at line 39 of file Retrieval.php.
| ILIAS\LearningModule\Question\Usage\Retrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 86 of file Retrieval.php.
| ILIAS\LearningModule\Question\Usage\Retrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 55 of file Retrieval.php.
|
protected |
Definition at line 78 of file Retrieval.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 46 of file Retrieval.php.
References ILIAS\LearningModule\Question\Usage\Retrieval\$question_data, $res, and ilLMPageObject\queryQuestionsOfLearningModule().
Here is the call graph for this function:| ILIAS\LearningModule\Question\Usage\Retrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 93 of file Retrieval.php.
|
protected |
Definition at line 37 of file Retrieval.php.
Referenced by ILIAS\LearningModule\Question\Usage\Retrieval\getQuestionData().