|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Retrieval for self assessment questions from a pool. More...
Inheritance diagram for ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval:
Collaboration diagram for ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected int $pool_ref_id, protected int $pool_obj_id) | |
| 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 | |
| collectData () | |
Retrieval for self assessment questions from a pool.
Definition at line 23 of file SelfAssQuestionRetrieval.php.
| ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval::__construct | ( | protected InternalDomainService | $domain, |
| protected int | $pool_ref_id, | ||
| protected int | $pool_obj_id | ||
| ) |
Definition at line 27 of file SelfAssQuestionRetrieval.php.
|
protected |
Definition at line 61 of file SelfAssQuestionRetrieval.php.
References Vendor\Package\$d, $data, and ilObjQuestionPool\_getSelfAssessmentQuestionTypes().
Here is the call graph for this function:| ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 54 of file SelfAssQuestionRetrieval.php.
| ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 34 of file SelfAssQuestionRetrieval.php.
| ILIAS\COPage\PC\Question\SelfAssQuestionRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 95 of file SelfAssQuestionRetrieval.php.