19 declare(strict_types=1);
44 $this->in_mailtemplates =
false;
45 $this->mail_templates = [];
50 $this->component = null;
51 $this->in_mailtemplates =
false;
52 $this->mail_templates = [];
57 if ($name ===
'mailtemplates') {
58 $this->in_mailtemplates =
true;
61 if ($name !==
'context' || !$this->in_mailtemplates) {
65 $component = $attributes[
'component'] ?? null;
74 $attributes[
'path'] ?? null
76 $this->mail_templates[] = $attributes[
'id'];
81 if ($name ===
'mailtemplates') {
82 $this->in_mailtemplates =
false;
86 if ($name !==
'module' && $name !==
'service') {
An ilComponentDefinitionProcessor processes some attributes from a component.xml (i.e.
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.
static insertFromXML(string $a_component, string $a_id, string $a_class, ?string $a_path)
endTag(string $name)
This is called when a tag ends in the context of the given component.
endComponent(string $component, string $type)
This method is called when parsing of component.xml for the given component ends. ...
__construct(ilDBInterface $db)
purge()
This methods is supposed to purge existing data in the provider of the component, so new components c...
static clearFromXml(string $a_component, array $a_new_templates)