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

Public Member Functions

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

Data Fields

 $embedded
 
 $label
 
 $uri
 
 $x0
 
 $y0
 
 $width
 
 $height
 
 $entityref
 
 $content
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilQTIMatapplet::__construct ( )

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

46  {
47  }

Member Function Documentation

◆ getContent()

ilQTIMatapplet::getContent ( )

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

References $content.

135  {
136  return $this->content;
137  }

◆ getEmbedded()

ilQTIMatapplet::getEmbedded ( )

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

References $embedded.

55  {
56  return $this->embedded;
57  }

◆ getEntityref()

ilQTIMatapplet::getEntityref ( )

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

References $entityref.

125  {
126  return $this->entityref;
127  }

◆ getHeight()

ilQTIMatapplet::getHeight ( )

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

References $height.

75  {
76  return $this->height;
77  }

◆ getLabel()

ilQTIMatapplet::getLabel ( )

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

References $label.

65  {
66  return $this->label;
67  }

◆ getUri()

ilQTIMatapplet::getUri ( )

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

References $uri.

95  {
96  return $this->uri;
97  }

◆ getWidth()

ilQTIMatapplet::getWidth ( )

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

References $width.

85  {
86  return $this->width;
87  }

◆ getX0()

ilQTIMatapplet::getX0 ( )

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

References $x0.

105  {
106  return $this->x0;
107  }

◆ getY0()

ilQTIMatapplet::getY0 ( )

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

References $y0.

115  {
116  return $this->y0;
117  }

◆ setContent()

ilQTIMatapplet::setContent (   $a_content)

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

References $a_content.

130  {
131  $this->content = $a_content;
132  }
$a_content
Definition: workflow.php:93

◆ setEmbedded()

ilQTIMatapplet::setEmbedded (   $a_embedded)

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

50  {
51  $this->embedded = $a_embedded;
52  }

◆ setEntityref()

ilQTIMatapplet::setEntityref (   $a_entityref)

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

120  {
121  $this->entityref = $a_entityref;
122  }

◆ setHeight()

ilQTIMatapplet::setHeight (   $a_height)

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

70  {
71  $this->height = $a_height;
72  }

◆ setLabel()

ilQTIMatapplet::setLabel (   $a_label)

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

60  {
61  $this->label = $a_label;
62  }

◆ setUri()

ilQTIMatapplet::setUri (   $a_uri)

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

90  {
91  $this->uri = $a_uri;
92  }

◆ setWidth()

ilQTIMatapplet::setWidth (   $a_width)

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

80  {
81  $this->width = $a_width;
82  }

◆ setX0()

ilQTIMatapplet::setX0 (   $a_x0)

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

100  {
101  $this->x0 = $a_x0;
102  }

◆ setY0()

ilQTIMatapplet::setY0 (   $a_y0)

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

110  {
111  $this->y0 = $a_y0;
112  }

Field Documentation

◆ $content

ilQTIMatapplet::$content

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

Referenced by getContent().

◆ $embedded

ilQTIMatapplet::$embedded

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

Referenced by getEmbedded().

◆ $entityref

ilQTIMatapplet::$entityref

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

Referenced by getEntityref().

◆ $height

ilQTIMatapplet::$height

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

Referenced by getHeight().

◆ $label

ilQTIMatapplet::$label

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

Referenced by getLabel().

◆ $uri

ilQTIMatapplet::$uri

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

Referenced by getUri().

◆ $width

ilQTIMatapplet::$width

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

Referenced by getWidth().

◆ $x0

ilQTIMatapplet::$x0

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

Referenced by getX0().

◆ $y0

ilQTIMatapplet::$y0

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

Referenced by getY0().


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