|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 11 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
| ilTestRandomQuestionSetNonAvailablePool::assignDbRow | ( | $row | ) |
| array | $row |
Definition at line 116 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $row, setId(), setPath(), setRefId(), and setTitle().
Here is the call graph for this function:| ilTestRandomQuestionSetNonAvailablePool::getId | ( | ) |
Definition at line 42 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 74 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $path.
| ilTestRandomQuestionSetNonAvailablePool::getRefId | ( | ) |
Definition at line 103 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $ref_id.
| ilTestRandomQuestionSetNonAvailablePool::getTitle | ( | ) |
Definition at line 58 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $title.
Referenced by ilTestRandomQuestionSetPoolDeriver\createNewPool().
Here is the caller graph for this function:| ilTestRandomQuestionSetNonAvailablePool::getUnavailabilityStatus | ( | ) |
Definition at line 90 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $unavailabilityStatus.
| ilTestRandomQuestionSetNonAvailablePool::setId | ( | $id | ) |
| int | $id |
Definition at line 50 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 82 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 108 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 66 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 98 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
References $unavailabilityStatus.
|
protected |
Definition at line 24 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
|
protected |
Definition at line 37 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
|
protected |
Definition at line 27 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by getRefId(), and setRefId().
|
protected |
Definition at line 32 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 19 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by getUnavailabilityStatus(), and setUnavailabilityStatus().
| const ilTestRandomQuestionSetNonAvailablePool::UNAVAILABILITY_STATUS_LOST = 'lost' |
Definition at line 13 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by ilTestRandomQuestionSetNonAvailablePoolsTableGUI\fillRow(), and ilTestRandomQuestionSetSourcePoolDefinitionList\loadDefinitions().
| const ilTestRandomQuestionSetNonAvailablePool::UNAVAILABILITY_STATUS_TRASHED = 'trashed' |
Definition at line 14 of file class.ilTestRandomQuestionSetNonAvailablePool.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionList\loadDefinitions().