ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (private readonly \ilDBInterface $db) | |
purge () | |
This methods is supposed to purge existing data in the provider of the component, so new components can be added to a clean slate. More... | |
beginComponent (string $component, string $type) | |
This method is called when parsing of component.xml for the given component starts. More... | |
endComponent (string $component, string $type) | |
This method is called when parsing of component.xml for the given component ends. More... | |
beginTag (string $name, array $attributes) | |
This is called when a tag starts in the context of the given component. More... | |
endTag (string $name) | |
This is called when a tag ends in the context of the given component. More... | |
Protected Attributes | |
string | $component |
string | $current_object |
Definition at line 23 of file ObjectDefinitionProcessor.php.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::__construct | ( | private readonly \ilDBInterface | $db | ) |
Definition at line 28 of file ObjectDefinitionProcessor.php.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::beginComponent | ( | string | $component, |
string | $type | ||
) |
This method is called when parsing of component.xml for the given component starts.
This is supposed to reset any internal parsing state.
Implements ilComponentDefinitionProcessor.
Definition at line 41 of file ObjectDefinitionProcessor.php.
References ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor\$component, and null.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::beginTag | ( | string | $name, |
array | $attributes | ||
) |
This is called when a tag starts in the context of the given component.
string[] | $attributes |
Implements ilComponentDefinitionProcessor.
Definition at line 53 of file ObjectDefinitionProcessor.php.
References ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor\$component, ILIAS\Repository\int(), and null.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::endComponent | ( | string | $component, |
string | $type | ||
) |
This method is called when parsing of component.xml for the given component ends.
Implements ilComponentDefinitionProcessor.
Definition at line 47 of file ObjectDefinitionProcessor.php.
References null.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::endTag | ( | string | $name | ) |
This is called when a tag ends in the context of the given component.
Implements ilComponentDefinitionProcessor.
Definition at line 139 of file ObjectDefinitionProcessor.php.
ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor::purge | ( | ) |
This methods is supposed to purge existing data in the provider of the component, so new components can be added to a clean slate.
Implements ilComponentDefinitionProcessor.
Definition at line 33 of file ObjectDefinitionProcessor.php.
|
protected |
Definition at line 25 of file ObjectDefinitionProcessor.php.
Referenced by ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor\beginComponent(), and ILIAS\ILIASObject\Setup\ObjectDefinitionProcessor\beginTag().
|
protected |
Definition at line 26 of file ObjectDefinitionProcessor.php.