ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 29 of file class.ilQTIMatapplet.php.

Member Function Documentation

◆ getContent()

ilQTIMatapplet::getContent ( )

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

References $content.

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

◆ getEmbedded()

ilQTIMatapplet::getEmbedded ( )

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

References $embedded.

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

◆ getEntityref()

ilQTIMatapplet::getEntityref ( )

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

References $entityref.

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

◆ getHeight()

ilQTIMatapplet::getHeight ( )

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

References $height.

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

◆ getLabel()

ilQTIMatapplet::getLabel ( )

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

References $label.

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

◆ getUri()

ilQTIMatapplet::getUri ( )

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

References $uri.

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

◆ getWidth()

ilQTIMatapplet::getWidth ( )

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

References $width.

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

◆ getX0()

ilQTIMatapplet::getX0 ( )

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

References $x0.

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

◆ getY0()

ilQTIMatapplet::getY0 ( )

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

References $y0.

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

◆ setContent()

ilQTIMatapplet::setContent ( string  $a_content)

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

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

◆ setEmbedded()

ilQTIMatapplet::setEmbedded ( string  $a_embedded)

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

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

◆ setEntityref()

ilQTIMatapplet::setEntityref ( string  $a_entityref)

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

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

◆ setHeight()

ilQTIMatapplet::setHeight ( string  $a_height)

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

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

◆ setLabel()

ilQTIMatapplet::setLabel ( string  $a_label)

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

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

◆ setUri()

ilQTIMatapplet::setUri ( string  $a_uri)

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

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

◆ setWidth()

ilQTIMatapplet::setWidth ( string  $a_width)

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

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

◆ setX0()

ilQTIMatapplet::setX0 ( string  $a_x0)

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

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

◆ setY0()

ilQTIMatapplet::setY0 ( string  $a_y0)

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

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

Field Documentation

◆ $content

string ilQTIMatapplet::$content = null

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

Referenced by getContent().

◆ $embedded

string ilQTIMatapplet::$embedded = null

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

Referenced by getEmbedded().

◆ $entityref

string ilQTIMatapplet::$entityref = null

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

Referenced by getEntityref().

◆ $height

string ilQTIMatapplet::$height = null

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

Referenced by getHeight().

◆ $label

string ilQTIMatapplet::$label = null

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

Referenced by getLabel().

◆ $uri

string ilQTIMatapplet::$uri = null

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

Referenced by getUri().

◆ $width

string ilQTIMatapplet::$width = null

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

Referenced by getWidth().

◆ $x0

string ilQTIMatapplet::$x0 = null

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

Referenced by getX0().

◆ $y0

string ilQTIMatapplet::$y0 = null

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

Referenced by getY0().


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