Public Member Functions | |
| ilQTIOutcomes () | |
| setComment ($a_comment) | |
| getComment () | |
| addDecvar ($a_decvar) | |
Data Fields | |
| $comment | |
| $decvar | |
Definition at line 32 of file class.ilQTIOutcomes.php.
| ilQTIOutcomes::addDecvar | ( | $ | a_decvar | ) |
Definition at line 52 of file class.ilQTIOutcomes.php.
{
array_push($this->decvar, $a_decvar);
}
| ilQTIOutcomes::getComment | ( | ) |
Definition at line 47 of file class.ilQTIOutcomes.php.
{
return $this->comment;
}
| ilQTIOutcomes::ilQTIOutcomes | ( | ) |
Definition at line 37 of file class.ilQTIOutcomes.php.
{
$this->decvar = array();
}
| ilQTIOutcomes::setComment | ( | $ | a_comment | ) |
Definition at line 42 of file class.ilQTIOutcomes.php.
{
$this->comment = $a_comment;
}
| ilQTIOutcomes::$comment |
Definition at line 34 of file class.ilQTIOutcomes.php.
| ilQTIOutcomes::$decvar |
Definition at line 35 of file class.ilQTIOutcomes.php.
1.7.1