ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
getData () | |
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... | |
hasDataEntryForEvent ($event) | |
Protected Attributes | |
array | $data = [] |
string | $component |
Definition at line 24 of file class.ilEventHandlingDefinitionProcessor.php.
ilEventHandlingDefinitionProcessor::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 39 of file class.ilEventHandlingDefinitionProcessor.php.
References $component.
ilEventHandlingDefinitionProcessor::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 49 of file class.ilEventHandlingDefinitionProcessor.php.
References $component, hasDataEntryForEvent(), and null.
ilEventHandlingDefinitionProcessor::endComponent | ( | string | $component, |
string | $type | ||
) |
This method is called when parsing of component.xml for the given component ends.
Implements ilComponentDefinitionProcessor.
Definition at line 44 of file class.ilEventHandlingDefinitionProcessor.php.
References null.
ilEventHandlingDefinitionProcessor::endTag | ( | string | $name | ) |
This is called when a tag ends in the context of the given component.
Implements ilComponentDefinitionProcessor.
Definition at line 72 of file class.ilEventHandlingDefinitionProcessor.php.
ilEventHandlingDefinitionProcessor::getData | ( | ) |
Definition at line 29 of file class.ilEventHandlingDefinitionProcessor.php.
References $data.
ilEventHandlingDefinitionProcessor::hasDataEntryForEvent | ( | $event | ) |
Definition at line 76 of file class.ilEventHandlingDefinitionProcessor.php.
Referenced by beginTag().
ilEventHandlingDefinitionProcessor::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 34 of file class.ilEventHandlingDefinitionProcessor.php.
|
protected |
Definition at line 27 of file class.ilEventHandlingDefinitionProcessor.php.
Referenced by beginComponent(), and beginTag().
|
protected |
Definition at line 26 of file class.ilEventHandlingDefinitionProcessor.php.
Referenced by getData().