19 declare(strict_types=1);
37 $this->
logger = $DIC->logger()->webr();
50 'components/ILIAS/Container',
57 'Invalid id given ' . $a_id
62 $this->
link->setType(
'webr');
63 $this->
link->create(
true);
71 'components/ILIAS/WebResource',
74 (
string) $this->
link->getId()
78 'components/ILIAS/MetaData',
81 $this->
link->getId() .
':0:webr' 85 ': Parsing failed with message, "' . $e->getMessage() .
'".' 87 }
catch (ilWebLinkXMLParserException $e) {
89 ': 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...
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)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getMapping(string $a_comp, string $a_entity, string $a_old_id)
Webresource xml importer.
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)
link(string $caption, string $href, bool $new_viewport=false)