| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilComponentInfoDefinitionProcessor:
 Collaboration diagram for ilComponentInfoDefinitionProcessor: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... | |
Protected Attributes | |
| array | $data = [] | 
| array | $slots = [] | 
| string | $component_id | 
| string | $component | 
| string | $type | 
Definition at line 22 of file class.ilComponentInfoDefinitionProcessor.php.
| ilComponentInfoDefinitionProcessor::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 class.ilComponentInfoDefinitionProcessor.php.
References $component, and $type.
| ilComponentInfoDefinitionProcessor::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 55 of file class.ilComponentInfoDefinitionProcessor.php.
References $component, $component_id, $id, and $type.
| ilComponentInfoDefinitionProcessor::endComponent | ( | string | $component, | 
| string | $type | ||
| ) | 
This method is called when parsing of component.xml for the given component ends.
Implements ilComponentDefinitionProcessor.
Definition at line 48 of file class.ilComponentInfoDefinitionProcessor.php.
| ilComponentInfoDefinitionProcessor::endTag | ( | string | $name | ) | 
This is called when a tag ends in the context of the given component.
Implements ilComponentDefinitionProcessor.
Definition at line 103 of file class.ilComponentInfoDefinitionProcessor.php.
| ilComponentInfoDefinitionProcessor::getData | ( | ) | 
Definition at line 30 of file class.ilComponentInfoDefinitionProcessor.php.
References $data.
| ilComponentInfoDefinitionProcessor::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 35 of file class.ilComponentInfoDefinitionProcessor.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilComponentInfoDefinitionProcessor.php.
Referenced by beginComponent(), and beginTag().
      
  | 
  protected | 
Definition at line 26 of file class.ilComponentInfoDefinitionProcessor.php.
Referenced by beginTag().
      
  | 
  protected | 
Definition at line 24 of file class.ilComponentInfoDefinitionProcessor.php.
Referenced by getData().
      
  | 
  protected | 
Definition at line 25 of file class.ilComponentInfoDefinitionProcessor.php.
      
  | 
  protected | 
Definition at line 28 of file class.ilComponentInfoDefinitionProcessor.php.
Referenced by beginComponent(), and beginTag().