3 declare(strict_types=1);
36 public function __construct(
int $a_rbac_id,
int $a_obj_id,
string $a_type)
38 $this->md_obj =
new ilMD($a_rbac_id, $a_obj_id, $a_type);
44 $this->export_mode = $a_export_mode;
56 $this->md_obj->toXML($this);
__construct(int $a_rbac_id, int $a_obj_id, string $a_type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
setExportMode(bool $a_export_mode=true)
xmlDumpMem(bool $format=true)
Returns xml document from memory.