19 declare(strict_types=1);
72 $general = $root->getSubElement(
'general');
83 $lifecycle = $root->getSubElement(
'lifeCycle');
87 ->getSubElement(
'date')
88 ->getSubElement(
'description')
99 ->getSubElement(
'date')
100 ->getSubElement(
'description')
108 $technical = $root->getSubElement(
'technical');
113 ->getSubElement(
'description')
126 ->getSubElement(
'description')
134 $rights = $root->getSubElement(
'rights');
135 $description =
$rights->getSubElement(
'description');
138 $tag_10 = $this->tag_factory->tag(
142 $tag_4 = $this->tag_factory->tag(
147 $description_string = $description->getSubElement(
'string');
156 $relation = $root->getSubElement(
'relation');
159 ->getSubElement(
'description')
170 ->getSubElement(
'description')
183 $taxon_path->getSubElement(
'taxon')
184 ->getSubElement(
'entry')
192 $tag_10 = $this->tag_factory->tag(
194 SpecialCase::LANGSTRING
__construct(Container $dic, ilPlugin $plugin)