19 declare(strict_types=1);
49 $this->texttype = $a_texttype;
57 public function setLabel(
string $a_label): void
59 $this->label = $a_label;
69 $this->height = $a_height;
77 public function setWidth(
string $a_width): void
79 $this->width = $a_width;
89 $this->charset = $a_charset;
97 public function setUri(
string $a_uri): void
109 $this->xmllang = $a_xmllang;
119 switch (strtolower($a_xmlspace)) {
122 $this->xmlspace = self::SPACE_PRESERVE;
126 $this->xmlspace = self::SPACE_DEFAULT;
136 public function setX0(
string $a_x0): void
146 public function setY0(
string $a_y0): void
158 $this->entityref = $a_entityref;
168 $this->content = $a_content;
setXmllang(string $a_xmllang)
setTexttype(string $a_texttype)
setWidth(string $a_width)
setHeight(string $a_height)
setEntityref(string $a_entityref)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setLabel(string $a_label)
setCharset(string $a_charset)
setXmlspace(string $a_xmlspace)
setContent(string $a_content)