3 declare(strict_types=1);
40 public function setIdent(
string $a_ident): void
42 $this->ident = $a_ident;
50 public function setTitle(
string $a_title): void
52 $this->title = $a_title;
72 if (preg_match(
"/P(\d+)Y(\d+)M(\d+)DT(\d+)H(\d+)M(\d+)S/", $a_duration, $matches)) {
73 $this->duration = array(
91 $this->xmllang = $a_xmllang;
101 $this->presentation_material = $a_material;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setComment(string $a_comment)
setXmllang(string $a_xmllang)
setTitle(string $a_title)
setDuration(string $a_duration)
ilQTIPresentationMaterial $presentation_material
setIdent(string $a_ident)
setPresentationMaterial(ilQTIPresentationMaterial $a_material)
getPresentationMaterial()