|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAssQuestionSolutionComparisonExpression:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| save () | |
| getDb () | |
| setDb ($db) | |
| getQuestionId () | |
| setQuestionId ($questionId) | |
| getSkillBaseId () | |
| setSkillBaseId ($skillBaseId) | |
| getSkillTrefId () | |
| setSkillTrefId ($skillTrefId) | |
| getOrderIndex () | |
| setOrderIndex ($orderIndex) | |
| getExpression () | |
| setExpression ($expression) | |
| getPoints () | |
| setPoints ($points) | |
| initInstanceFromArray ($data) | |
Protected Attributes | |
| $db | |
Private Attributes | |
| $questionId | |
| $skillBaseId | |
| $skillTrefId | |
| $orderIndex | |
| $expression | |
| $points | |
Definition at line 25 of file class.ilAssQuestionSolutionComparisonExpression.php.
| ilAssQuestionSolutionComparisonExpression::__construct | ( | ) |
Constructor.
Definition at line 65 of file class.ilAssQuestionSolutionComparisonExpression.php.
| ilAssQuestionSolutionComparisonExpression::getDb | ( | ) |
Definition at line 95 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $db.
| ilAssQuestionSolutionComparisonExpression::getExpression | ( | ) |
Definition at line 175 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 159 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $orderIndex.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getPoints | ( | ) |
Definition at line 191 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $points.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getQuestionId | ( | ) |
Definition at line 111 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $questionId.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getSkillBaseId | ( | ) |
Definition at line 127 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skillBaseId.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::getSkillTrefId | ( | ) |
Definition at line 143 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skillTrefId.
Referenced by save().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::initInstanceFromArray | ( | $data | ) |
| array | $data |
Definition at line 207 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $data, setExpression(), setOrderIndex(), setPoints(), setQuestionId(), setSkillBaseId(), and setSkillTrefId().
Here is the call graph for this function:| ilAssQuestionSolutionComparisonExpression::save | ( | ) |
Definition at line 75 of file class.ilAssQuestionSolutionComparisonExpression.php.
References getExpression(), getOrderIndex(), getPoints(), getQuestionId(), getSkillBaseId(), and getSkillTrefId().
Here is the call graph for this function:| ilAssQuestionSolutionComparisonExpression::setDb | ( | $db | ) |
| ilDBInterface | $db |
Definition at line 103 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $db.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setExpression | ( | $expression | ) |
| string | $expression |
Definition at line 183 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $expression.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setOrderIndex | ( | $orderIndex | ) |
| int | $orderIndex |
Definition at line 167 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $orderIndex.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setPoints | ( | $points | ) |
| int | $points |
Definition at line 199 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $points.
Referenced by initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setQuestionId | ( | $questionId | ) |
| int | $questionId |
Definition at line 119 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $questionId.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setSkillBaseId | ( | $skillBaseId | ) |
| int | $skillBaseId |
Definition at line 135 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skillBaseId.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:| ilAssQuestionSolutionComparisonExpression::setSkillTrefId | ( | $skillTrefId | ) |
| int | $skillTrefId |
Definition at line 151 of file class.ilAssQuestionSolutionComparisonExpression.php.
References $skillTrefId.
Referenced by ilAssQuestionSolutionComparisonExpressionList\add(), and initInstanceFromArray().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilAssQuestionSolutionComparisonExpression.php.
|
private |
Definition at line 55 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getExpression(), and setExpression().
|
private |
Definition at line 50 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getOrderIndex(), and setOrderIndex().
|
private |
Definition at line 60 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getPoints(), and setPoints().
|
private |
Definition at line 35 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getQuestionId(), and setQuestionId().
|
private |
Definition at line 40 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getSkillBaseId(), and setSkillBaseId().
|
private |
Definition at line 45 of file class.ilAssQuestionSolutionComparisonExpression.php.
Referenced by getSkillTrefId(), and setSkillTrefId().