3 declare(strict_types=1);
35 $this->add_header = $a_add_header;
41 $this->obj_id = $a_obj_id;
50 if ($this->add_header) {
53 $this->weblink->toXML($this);
61 "<!DOCTYPE WebLinks PUBLIC \"-//ILIAS//DTD WebLinkAdministration//EN\" \"" . ILIAS_HTTP_PATH .
"/xml/ilias_weblinks_5_1.dtd\">" 71 protected function init(): void
83 'Invalid obj_id given: ' . $this->obj_id
86 if ($this->weblink->getType() !=
'webr') {
88 'Invalid obj_id given. Object is not of type webr'
__construct(bool $a_add_header)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
xmlSetGenCmt(string $genCmt)
Sets generated comment.
xmlSetDtdDef(string $dtdDef)
Sets dtd definition.
ilObjLinkResource $weblink
xmlHeader()
Writes xml header.
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...