|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilTestRandomQuestionSetStagingPoolQuestion:Public Member Functions | |
| __construct (ilDBInterface $db) | |
| getTestId () | |
| setTestId (int $test_id) | |
| getPoolId () | |
| setPoolId (int $pool_id) | |
| getQuestionId () | |
| setQuestionId (int $question_id) | |
| saveQuestionStaging () | |
Protected Attributes | |
| $db | |
| $test_id | |
| $pool_id | |
| $question_id | |
Definition at line 27 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
| ilTestRandomQuestionSetStagingPoolQuestion::__construct | ( | ilDBInterface | $db | ) |
| ilDBInterface | $db |
Definition at line 52 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $db.
| ilTestRandomQuestionSetStagingPoolQuestion::getPoolId | ( | ) |
Definition at line 70 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $pool_id.
Referenced by saveQuestionStaging().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::getQuestionId | ( | ) |
Definition at line 80 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $question_id.
Referenced by saveQuestionStaging().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::getTestId | ( | ) |
Definition at line 60 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $test_id.
Referenced by saveQuestionStaging().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::saveQuestionStaging | ( | ) |
Definition at line 90 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References getPoolId(), getQuestionId(), and getTestId().
Here is the call graph for this function:| ilTestRandomQuestionSetStagingPoolQuestion::setPoolId | ( | int | $pool_id | ) |
Definition at line 75 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $pool_id.
| ilTestRandomQuestionSetStagingPoolQuestion::setQuestionId | ( | int | $question_id | ) |
Definition at line 85 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $question_id.
| ilTestRandomQuestionSetStagingPoolQuestion::setTestId | ( | int | $test_id | ) |
Definition at line 65 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
References $test_id.
|
protected |
Definition at line 32 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getPoolId(), and setPoolId().
|
protected |
Definition at line 47 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getQuestionId(), and setQuestionId().
|
protected |
Definition at line 37 of file class.ilTestRandomQuestionSetStagingPoolQuestion.php.
Referenced by getTestId(), and setTestId().