ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (ilDBInterface $db) | |
getTestId () | |
setTestId ($testId) | |
getPoolId () | |
setPoolId ($poolId) | |
getQuestionId () | |
setQuestionId ($questionId) | |
saveQuestionStaging () | |
Protected Attributes | |
$db | |
$testId | |
$poolId | |
$questionId | |
Definition at line 25 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
ilTestRandomQuestionSetStagingPoolQuestion::__construct | ( | ilDBInterface | $db | ) |
ilDBInterface | $db |
Definition at line 50 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $db.
ilTestRandomQuestionSetStagingPoolQuestion::getPoolId | ( | ) |
Definition at line 74 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $poolId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::getQuestionId | ( | ) |
Definition at line 90 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $questionId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::getTestId | ( | ) |
Definition at line 58 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $testId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::saveQuestionStaging | ( | ) |
Definition at line 103 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References getPoolId(), getQuestionId(), and getTestId().
ilTestRandomQuestionSetStagingPoolQuestion::setPoolId | ( | $poolId | ) |
int | $poolId |
Definition at line 82 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $poolId.
ilTestRandomQuestionSetStagingPoolQuestion::setQuestionId | ( | $questionId | ) |
int | $questionId |
Definition at line 98 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $questionId.
ilTestRandomQuestionSetStagingPoolQuestion::setTestId | ( | $testId | ) |
int | $testId |
Definition at line 66 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $testId.
|
protected |
Definition at line 30 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getPoolId(), and setPoolId().
|
protected |
Definition at line 45 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 35 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getTestId(), and setTestId().