ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (\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 | |
ilDBInterface | $db |
string | $component = null |
string | $type = null |
Definition at line 7 of file class.ilCOPageDefinitionProcessor.php.
ilCOPageDefinitionProcessor::__construct | ( | \ilDBInterface | $db | ) |
ilCOPageDefinitionProcessor::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 24 of file class.ilCOPageDefinitionProcessor.php.
References $component, and $type.
ilCOPageDefinitionProcessor::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 36 of file class.ilCOPageDefinitionProcessor.php.
ilCOPageDefinitionProcessor::endComponent | ( | string | $component, |
string | $type | ||
) |
This method is called when parsing of component.xml for the given component ends.
Implements ilComponentDefinitionProcessor.
Definition at line 30 of file class.ilCOPageDefinitionProcessor.php.
ilCOPageDefinitionProcessor::endTag | ( | string | $name | ) |
This is called when a tag ends in the context of the given component.
Implements ilComponentDefinitionProcessor.
Definition at line 67 of file class.ilCOPageDefinitionProcessor.php.
ilCOPageDefinitionProcessor::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 18 of file class.ilCOPageDefinitionProcessor.php.
|
protected |
Definition at line 10 of file class.ilCOPageDefinitionProcessor.php.
Referenced by beginComponent().
|
protected |
Definition at line 9 of file class.ilCOPageDefinitionProcessor.php.
Referenced by __construct().
|
protected |
Definition at line 11 of file class.ilCOPageDefinitionProcessor.php.
Referenced by beginComponent().