ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilQTIMatapplet Class Reference
+ Collaboration diagram for ilQTIMatapplet:

Public Member Functions

 setEmbedded (string $a_embedded)
 
 getEmbedded ()
 
 setLabel (string $a_label)
 
 getLabel ()
 
 setHeight (string $a_height)
 
 getHeight ()
 
 setWidth (string $a_width)
 
 getWidth ()
 
 setUri (string $a_uri)
 
 getUri ()
 
 setX0 (string $a_x0)
 
 getX0 ()
 
 setY0 (string $a_y0)
 
 getY0 ()
 
 setEntityref (string $a_entityref)
 
 getEntityref ()
 
 setContent (string $a_content)
 
 getContent ()
 

Data Fields

string $embedded = null
 
string $label = null
 
string $uri = null
 
string $x0 = null
 
string $y0 = null
 
string $width = null
 
string $height = null
 
string $entityref = null
 
string $content = null
 

Detailed Description

Definition at line 30 of file class.ilQTIMatapplet.php.

Member Function Documentation

◆ getContent()

ilQTIMatapplet::getContent ( )

Definition at line 127 of file class.ilQTIMatapplet.php.

References $content.

127  : ?string
128  {
129  return $this->content;
130  }

◆ getEmbedded()

ilQTIMatapplet::getEmbedded ( )

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

References $embedded.

47  : ?string
48  {
49  return $this->embedded;
50  }

◆ getEntityref()

ilQTIMatapplet::getEntityref ( )

Definition at line 117 of file class.ilQTIMatapplet.php.

References $entityref.

117  : ?string
118  {
119  return $this->entityref;
120  }

◆ getHeight()

ilQTIMatapplet::getHeight ( )

Definition at line 67 of file class.ilQTIMatapplet.php.

References $height.

67  : ?string
68  {
69  return $this->height;
70  }

◆ getLabel()

ilQTIMatapplet::getLabel ( )

Definition at line 57 of file class.ilQTIMatapplet.php.

References $label.

57  : ?string
58  {
59  return $this->label;
60  }

◆ getUri()

ilQTIMatapplet::getUri ( )

Definition at line 87 of file class.ilQTIMatapplet.php.

References $uri.

87  : ?string
88  {
89  return $this->uri;
90  }

◆ getWidth()

ilQTIMatapplet::getWidth ( )

Definition at line 77 of file class.ilQTIMatapplet.php.

References $width.

77  : ?string
78  {
79  return $this->width;
80  }

◆ getX0()

ilQTIMatapplet::getX0 ( )

Definition at line 97 of file class.ilQTIMatapplet.php.

References $x0.

97  : ?string
98  {
99  return $this->x0;
100  }

◆ getY0()

ilQTIMatapplet::getY0 ( )

Definition at line 107 of file class.ilQTIMatapplet.php.

References $y0.

107  : ?string
108  {
109  return $this->y0;
110  }

◆ setContent()

ilQTIMatapplet::setContent ( string  $a_content)

Definition at line 122 of file class.ilQTIMatapplet.php.

122  : void
123  {
124  $this->content = $a_content;
125  }

◆ setEmbedded()

ilQTIMatapplet::setEmbedded ( string  $a_embedded)

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

42  : void
43  {
44  $this->embedded = $a_embedded;
45  }

◆ setEntityref()

ilQTIMatapplet::setEntityref ( string  $a_entityref)

Definition at line 112 of file class.ilQTIMatapplet.php.

112  : void
113  {
114  $this->entityref = $a_entityref;
115  }

◆ setHeight()

ilQTIMatapplet::setHeight ( string  $a_height)

Definition at line 62 of file class.ilQTIMatapplet.php.

62  : void
63  {
64  $this->height = $a_height;
65  }

◆ setLabel()

ilQTIMatapplet::setLabel ( string  $a_label)

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

52  : void
53  {
54  $this->label = $a_label;
55  }

◆ setUri()

ilQTIMatapplet::setUri ( string  $a_uri)

Definition at line 82 of file class.ilQTIMatapplet.php.

82  : void
83  {
84  $this->uri = $a_uri;
85  }

◆ setWidth()

ilQTIMatapplet::setWidth ( string  $a_width)

Definition at line 72 of file class.ilQTIMatapplet.php.

72  : void
73  {
74  $this->width = $a_width;
75  }

◆ setX0()

ilQTIMatapplet::setX0 ( string  $a_x0)

Definition at line 92 of file class.ilQTIMatapplet.php.

92  : void
93  {
94  $this->x0 = $a_x0;
95  }

◆ setY0()

ilQTIMatapplet::setY0 ( string  $a_y0)

Definition at line 102 of file class.ilQTIMatapplet.php.

102  : void
103  {
104  $this->y0 = $a_y0;
105  }

Field Documentation

◆ $content

string ilQTIMatapplet::$content = null

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

Referenced by getContent().

◆ $embedded

string ilQTIMatapplet::$embedded = null

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

Referenced by getEmbedded().

◆ $entityref

string ilQTIMatapplet::$entityref = null

Definition at line 39 of file class.ilQTIMatapplet.php.

Referenced by getEntityref().

◆ $height

string ilQTIMatapplet::$height = null

Definition at line 38 of file class.ilQTIMatapplet.php.

Referenced by getHeight().

◆ $label

string ilQTIMatapplet::$label = null

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

Referenced by getLabel().

◆ $uri

string ilQTIMatapplet::$uri = null

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

Referenced by getUri().

◆ $width

string ilQTIMatapplet::$width = null

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

Referenced by getWidth().

◆ $x0

string ilQTIMatapplet::$x0 = null

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

Referenced by getX0().

◆ $y0

string ilQTIMatapplet::$y0 = null

Definition at line 36 of file class.ilQTIMatapplet.php.

Referenced by getY0().


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