ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 11 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
ilTestRandomQuestionSetStagingPoolQuestion::__construct | ( | ilDBInterface | $db | ) |
ilDBInterface | $db |
Definition at line 36 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $db.
ilTestRandomQuestionSetStagingPoolQuestion::getPoolId | ( | ) |
Definition at line 60 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $poolId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::getQuestionId | ( | ) |
Definition at line 76 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $questionId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::getTestId | ( | ) |
Definition at line 44 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $testId.
Referenced by saveQuestionStaging().
ilTestRandomQuestionSetStagingPoolQuestion::saveQuestionStaging | ( | ) |
Definition at line 89 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References array, getPoolId(), getQuestionId(), and getTestId().
ilTestRandomQuestionSetStagingPoolQuestion::setPoolId | ( | $poolId | ) |
int | $poolId |
Definition at line 68 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $poolId.
ilTestRandomQuestionSetStagingPoolQuestion::setQuestionId | ( | $questionId | ) |
int | $questionId |
Definition at line 84 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $questionId.
ilTestRandomQuestionSetStagingPoolQuestion::setTestId | ( | $testId | ) |
int | $testId |
Definition at line 52 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $testId.
|
protected |
Definition at line 16 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getPoolId(), and setPoolId().
|
protected |
Definition at line 31 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 21 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getTestId(), and setTestId().