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