3 declare(strict_types=1);
37 $this->
logger = $DIC->logger()->webr();
57 'Invalid id given ' . $a_id
62 $this->link->setType(
'webr');
63 $this->link->create(
true);
71 'Modules/WebResource',
74 (
string) $this->link->getId()
78 ': Parsing failed with message, "' . $e->getMessage() .
'".' 80 }
catch (ilWebLinkXMLParserException $e) {
82 ': Parsing failed with message, "' . $e->getMessage() .
'".'
XML parser for weblink xml.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
SaxParserException thrown by ilSaxParser if property throwException is set.
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
addMapping(string $a_comp, string $a_entity, string $a_old_id, string $a_new_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMapping(string $a_comp, string $a_entity, string $a_old_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...