ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilQTIOutcomes Class Reference
+ Collaboration diagram for ilQTIOutcomes:

Public Member Functions

 __construct ()
 
 setComment ($a_comment)
 
 getComment ()
 
 addDecvar ($a_decvar)
 

Data Fields

 $comment
 
 $decvar
 

Detailed Description

Definition at line 32 of file class.ilQTIOutcomes.php.

Constructor & Destructor Documentation

◆ __construct()

ilQTIOutcomes::__construct ( )

Definition at line 37 of file class.ilQTIOutcomes.php.

References array.

38  {
39  $this->decvar = array();
40  }
Create styles array
The data for the language used.

Member Function Documentation

◆ addDecvar()

ilQTIOutcomes::addDecvar (   $a_decvar)

Definition at line 52 of file class.ilQTIOutcomes.php.

53  {
54  array_push($this->decvar, $a_decvar);
55  }

◆ getComment()

ilQTIOutcomes::getComment ( )

Definition at line 47 of file class.ilQTIOutcomes.php.

References $comment.

48  {
49  return $this->comment;
50  }

◆ setComment()

ilQTIOutcomes::setComment (   $a_comment)

Definition at line 42 of file class.ilQTIOutcomes.php.

References comment().

43  {
44  $this->comment = $a_comment;
45  }
comment()
Definition: comment.php:2
+ Here is the call graph for this function:

Field Documentation

◆ $comment

ilQTIOutcomes::$comment

Definition at line 34 of file class.ilQTIOutcomes.php.

Referenced by getComment().

◆ $decvar

ilQTIOutcomes::$decvar

Definition at line 35 of file class.ilQTIOutcomes.php.


The documentation for this class was generated from the following file: