|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilComponentDefinitionProcessorMock2:
Collaboration diagram for ilComponentDefinitionProcessorMock2:Additional Inherited Members | |
Public Member Functions inherited from ilComponentDefinitionProcessor | |
| 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... | |
Definition at line 24 of file ilComponentDefinitionReaderTest.php.