|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilTestRandomQuestionSetStagingPoolQuestion: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().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::getQuestionId | ( | ) |
Definition at line 76 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $questionId.
Referenced by saveQuestionStaging().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::getTestId | ( | ) |
Definition at line 44 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $testId.
Referenced by saveQuestionStaging().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::saveQuestionStaging | ( | ) |
Definition at line 89 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References getPoolId(), getQuestionId(), and getTestId().
Here is the call graph for this function:| 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().