19 declare(strict_types=1);
35 $this->add_header = $a_add_header;
41 $this->obj_id = $a_obj_id;
47 public function write(
bool $skip_lom =
false): void
50 if ($this->add_header) {
53 $this->weblink->toXML($this, $skip_lom);
68 protected function init(): void
80 'Invalid obj_id given: ' . $this->obj_id
83 if ($this->weblink->getType() !=
'webr') {
85 'Invalid obj_id given. Object is not of type webr' write(bool $skip_lom=false)
__construct(bool $a_add_header)
xmlSetGenCmt(string $genCmt)
Sets generated comment.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
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)