ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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.

References $comment.

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

◆ setComment()

ilQTIOutcomes::setComment ( string  $a_comment)

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

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

35  : void
36  {
37  $this->comment = $a_comment;
38  }
comment()
description: > Example for rendring a comment glyph.
Definition: comment.php:41
+ 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: