| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilComponentDefinitionProcessorMock1:
 Collaboration diagram for ilComponentDefinitionProcessorMock1: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 21 of file ilComponentDefinitionReaderTest.php.