|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestRandomQuestionSetNonAvailablePool:Public Member Functions | |
| getId () | |
| setId ($id) | |
| getTitle () | |
| setTitle ($title) | |
| getPath () | |
| setPath ($path) | |
| getUnavailabilityStatus () | |
| setUnavailabilityStatus ($unavailabilityStatus) | |
| getRefId () | |
| setRefId (?int $ref_id) | |
| assignDbRow ($row) | |
Data Fields | |
| const | UNAVAILABILITY_STATUS_LOST = 'lost' |
| const | UNAVAILABILITY_STATUS_TRASHED = 'trashed' |
Protected Attributes | |
| $unavailabilityStatus | |
| $id | |
| $ref_id = null | |
| $title | |
| $path | |
Definition at line 25 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
| ilTestRandomQuestionSetNonAvailablePool::assignDbRow | ( | $row | ) |
| array | $row |
Definition at line 130 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References setId(), setPath(), setRefId(), and setTitle().
Here is the call graph for this function:| ilTestRandomQuestionSetNonAvailablePool::getId | ( | ) |
Definition at line 56 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $id.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionList\addLostPool(), ilTestRandomQuestionSetPoolDeriver\derive(), and ilTestRandomQuestionSetPoolDeriver\getQuestionsForPool().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::getPath | ( | ) |
Definition at line 88 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $path.
| ilTestRandomQuestionSetNonAvailablePool::getRefId | ( | ) |
Definition at line 117 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $ref_id.
| ilTestRandomQuestionSetNonAvailablePool::getTitle | ( | ) |
Definition at line 72 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by ilTestRandomQuestionSetPoolDeriver\createNewPool().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::getUnavailabilityStatus | ( | ) |
Definition at line 104 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $unavailabilityStatus.
| ilTestRandomQuestionSetNonAvailablePool::setId | ( | $id | ) |
| int | $id |
Definition at line 64 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $id.
Referenced by assignDbRow().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::setPath | ( | $path | ) |
| string | $path |
Definition at line 96 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $path.
Referenced by assignDbRow().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::setRefId | ( | ?int | $ref_id | ) |
Definition at line 122 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $ref_id.
Referenced by assignDbRow().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::setTitle | ( | $title | ) |
| string | $title |
Definition at line 80 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $title.
Referenced by assignDbRow().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::setUnavailabilityStatus | ( | $unavailabilityStatus | ) |
| string | $unavailabilityStatus |
Definition at line 112 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $unavailabilityStatus.
|
protected |
Definition at line 38 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
|
protected |
Definition at line 51 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
|
protected |
Definition at line 41 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by getRefId(), and setRefId().
|
protected |
Definition at line 46 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by setTitle().
|
protected |
Definition at line 33 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by getUnavailabilityStatus(), and setUnavailabilityStatus().
| const ilTestRandomQuestionSetNonAvailablePool::UNAVAILABILITY_STATUS_LOST = 'lost' |
Definition at line 27 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by ilTestRandomQuestionSetNonAvailablePoolsTableGUI\fillRow(), and ilTestRandomQuestionSetSourcePoolDefinitionList\loadDefinitions().
| const ilTestRandomQuestionSetNonAvailablePool::UNAVAILABILITY_STATUS_TRASHED = 'trashed' |
Definition at line 28 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionList\loadDefinitions().