|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilAssQuestionSolutionComparisonExpression:Public Member Functions | |
| save () | |
| setDb (ilDBInterface $db) | |
| getQuestionId () | |
| setQuestionId (?int $question_id) | |
| getSkillBaseId () | |
| setSkillBaseId (?int $skill_base_id) | |
| getSkillTrefId () | |
| setSkillTrefId (?int $skill_tref_id) | |
| getOrderIndex () | |
| setOrderIndex (?int $order_index) | |
| getExpression () | |
| setExpression (?string $expression) | |
| getPoints () | |
| setPoints (?int $points) | |
| initInstanceFromArray (array $data) | |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| int | $question_id = null |
| int | $skill_base_id = null |
| int | $skill_tref_id = null |
| int | $order_index = null |
| string | $expression = null |
| int | $points = null |
Definition at line 21 of file class.ilAssQuestionSolutionComparisonExpression.php.
| ilAssQuestionSolutionComparisonExpression::getExpression | ( | ) |
Definition at line 99 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $expression.
Referenced by save(), and ilAssQuestionSkillAssignmentsGUI\validateSolutionCompareExpression().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getOrderIndex | ( | ) |
Definition at line 89 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $order_index.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getPoints | ( | ) |
Definition at line 109 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $points.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getQuestionId | ( | ) |
Definition at line 59 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $question_id.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getSkillBaseId | ( | ) |
Definition at line 69 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skill_base_id.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getSkillTrefId | ( | ) |
Definition at line 79 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skill_tref_id.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::initInstanceFromArray | ( | array | $data | ) |
Definition at line 119 of file class.ilAssQuestionSolutionComparisonExpression.php.
References setExpression(), setOrderIndex(), setPoints(), setQuestionId(), setSkillBaseId(), and setSkillTrefId().
Here is the call graph for this function:| ilAssQuestionSolutionComparisonExpression::save | ( | ) |
Definition at line 37 of file class.ilAssQuestionSolutionComparisonExpression.php.
References getExpression(), getOrderIndex(), getPoints(), getQuestionId(), getSkillBaseId(), getSkillTrefId(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilAssQuestionSolutionComparisonExpression::setDb | ( | ilDBInterface | $db | ) |
Definition at line 54 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $db.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setExpression | ( | ?string | $expression | ) |
Definition at line 104 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $expression.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setOrderIndex | ( | ?int | $order_index | ) |
Definition at line 94 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $order_index.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setPoints | ( | ?int | $points | ) |
Definition at line 114 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $points.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setQuestionId | ( | ?int | $question_id | ) |
Definition at line 64 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $question_id.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setSkillBaseId | ( | ?int | $skill_base_id | ) |
Definition at line 74 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skill_base_id.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setSkillTrefId | ( | ?int | $skill_tref_id | ) |
Definition at line 84 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skill_tref_id.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by setDb().
|
private |
Definition at line 33 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getExpression(), and setExpression().
|
private |
Definition at line 31 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getOrderIndex(), and setOrderIndex().
|
private |
Definition at line 35 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getPoints(), and setPoints().
|
private |
Definition at line 25 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getQuestionId(), and setQuestionId().
|
private |
Definition at line 27 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getSkillBaseId(), and setSkillBaseId().
|
private |
Definition at line 29 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getSkillTrefId(), and setSkillTrefId().