19 declare(strict_types=1);
39 public function setIdent(
string $a_ident): void
41 $this->ident = $a_ident;
49 public function setTitle(
string $a_title): void
51 $this->title = $a_title;
71 if (preg_match(
"/P(\d+)Y(\d+)M(\d+)DT(\d+)H(\d+)M(\d+)S/", $a_duration, $matches)) {
90 $this->xmllang = $a_xmllang;
100 $this->presentation_material = $a_material;
Class ilQTIPresentationMaterial.
setComment(string $a_comment)
setXmllang(string $a_xmllang)
setTitle(string $a_title)
setDuration(string $a_duration)
ilQTIPresentationMaterial $presentation_material
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setIdent(string $a_ident)
setPresentationMaterial(ilQTIPresentationMaterial $a_material)
getPresentationMaterial()