Public Member Functions | Data Fields

ilQTIMatimage Class Reference

Public Member Functions

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

Data Fields

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

Detailed Description

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


Member Function Documentation

ilQTIMatimage::getContent (  ) 

Definition at line 144 of file class.ilQTIMatimage.php.

        {
                return $this->content;
        }

ilQTIMatimage::getEmbedded (  ) 

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

        {
                return $this->embedded;
        }

ilQTIMatimage::getEntityref (  ) 

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

        {
                return $this->entityref;
        }

ilQTIMatimage::getHeight (  ) 

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

        {
                return $this->height;
        }

ilQTIMatimage::getImagetype (  ) 

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

        {
                return $this->imagetype;
        }

ilQTIMatimage::getLabel (  ) 

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

        {
                return $this->label;
        }

ilQTIMatimage::getUri (  ) 

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

        {
                return $this->uri;
        }

ilQTIMatimage::getWidth (  ) 

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

        {
                return $this->width;
        }

ilQTIMatimage::getX0 (  ) 

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

        {
                return $this->x0;
        }

ilQTIMatimage::getY0 (  ) 

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

        {
                return $this->y0;
        }

ilQTIMatimage::ilQTIMatimage (  ) 

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

        {
        }

ilQTIMatimage::setContent ( a_content  ) 

Definition at line 139 of file class.ilQTIMatimage.php.

        {
                $this->content = $a_content;
        }

ilQTIMatimage::setEmbedded ( a_embedded  ) 

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

        {
                $this->embedded = $a_embedded;
        }

ilQTIMatimage::setEntityref ( a_entityref  ) 

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

        {
                $this->entityref = $a_entityref;
        }

ilQTIMatimage::setHeight ( a_height  ) 

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

        {
                $this->height = $a_height;
        }

ilQTIMatimage::setImagetype ( a_imagetype  ) 

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

        {
                $this->imagetype = $a_imagetype;
        }

ilQTIMatimage::setLabel ( a_label  ) 

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

        {
                $this->label = $a_label;
        }

ilQTIMatimage::setUri ( a_uri  ) 

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

        {
                $this->uri = $a_uri;
        }

ilQTIMatimage::setWidth ( a_width  ) 

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

        {
                $this->width = $a_width;
        }

ilQTIMatimage::setX0 ( a_x0  ) 

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

        {
                $this->x0 = $a_x0;
        }

ilQTIMatimage::setY0 ( a_y0  ) 

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

        {
                $this->y0 = $a_y0;
        }


Field Documentation

ilQTIMatimage::$content

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

ilQTIMatimage::$embedded

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

ilQTIMatimage::$entityref

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

ilQTIMatimage::$height

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

ilQTIMatimage::$imagetype

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

ilQTIMatimage::$label

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

ilQTIMatimage::$uri

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

ilQTIMatimage::$width

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

ilQTIMatimage::$x0

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

ilQTIMatimage::$y0

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


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