19declare(strict_types=1);
44 $mdid = parent::getMDID();
46 throw new \ilMDElementsException(
47 'Structure metadata elements can not have IDs.'
55 $super = parent::getSuperElement();
59 throw new \ilMDElementsException(
60 'Metadata element has invalid super-element.'
69 foreach (parent::getSubElements() as $sub_element) {
79 if (strtolower($sub_name) === strtolower($name)) {
93 throw new \ilMDElementsException(
94 'Metadata element has invalid sub-element.'
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc