19 declare(strict_types=1);
45 $this->component = null;
50 if ($name !==
"pdfpurpose") {
An ilComponentDefinitionProcessor processes some attributes from a component.xml (i.e.
static updateFromXML(string $service, string $purpose, string $preferred)
__construct(ilDBInterface $db)
beginComponent(string $component, string $type)
This method is called when parsing of component.xml for the given component starts.
endComponent(string $component, string $type)
This method is called when parsing of component.xml for the given component ends. ...
purge()
This methods is supposed to purge existing data in the provider of the component, so new components c...
endTag(string $name)
This is called when a tag ends in the context of the given component.
beginTag(string $name, array $attributes)
This is called when a tag starts in the context of the given component.