ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilQTIOutcomes Class Reference
+ Collaboration diagram for ilQTIOutcomes:

Public Member Functions

 setComment (string $a_comment)
 
 getComment ()
 
 addDecvar (ilQTIDecvar $a_decvar)
 

Data Fields

string $comment = null
 
array $decvar = []
 

Detailed Description

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

Member Function Documentation

◆ addDecvar()

ilQTIOutcomes::addDecvar ( ilQTIDecvar  $a_decvar)

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

45 : void
46 {
47 $this->decvar[] = $a_decvar;
48 }

◆ getComment()

ilQTIOutcomes::getComment ( )

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

40 : ?string
41 {
42 return $this->comment;
43 }

References $comment.

◆ setComment()

ilQTIOutcomes::setComment ( string  $a_comment)

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

35 : void
36 {
37 $this->comment = $a_comment;
38 }

References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().

+ Here is the call graph for this function:

Field Documentation

◆ $comment

string ilQTIOutcomes::$comment = null

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

Referenced by getComment().

◆ $decvar

array ilQTIOutcomes::$decvar = []

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


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