|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilComponentDefinitionReader:Public Member Functions | |
| __construct (ilComponentDefinitionProcessor ... $processor) | |
| purge () | |
| This methods is supposed to purge existing data in the registered processor. More... | |
| readComponentDefinitions () | |
| This reads the component.xml of all components in the core and processes them with the provided processor. More... | |
| beginTag ($_, string $name, array $attributes) | |
| endTag ($_, string $name) | |
Protected Member Functions | |
| readFile (string $path) | |
| parseComponentXML (string $type, string $component, string $xml) | |
| getComponents () | |
| getComponentInfo (string $type, string $name) | |
| getComponentPaths (string $root, string $name) | |
Protected Attributes | |
| array | $processors |
Definition at line 22 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::__construct | ( | ilComponentDefinitionProcessor ... | $processor | ) |
Definition at line 29 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::beginTag | ( | $_, | |
| string | $name, | ||
| array | $attributes | ||
| ) |
Definition at line 98 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::endTag | ( | $_, | |
| string | $name | ||
| ) |
Definition at line 105 of file class.ilComponentDefinitionReader.php.
|
protected |
Definition at line 128 of file class.ilComponentDefinitionReader.php.
References $c, and getComponentPaths().
Referenced by getComponents().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 143 of file class.ilComponentDefinitionReader.php.
Referenced by getComponentInfo().
Here is the caller graph for this function:
|
protected |
Definition at line 115 of file class.ilComponentDefinitionReader.php.
References getComponentInfo().
Referenced by readComponentDefinitions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 74 of file class.ilComponentDefinitionReader.php.
Referenced by readComponentDefinitions().
Here is the caller graph for this function:| ilComponentDefinitionReader::purge | ( | ) |
This methods is supposed to purge existing data in the registered processor.
Definition at line 39 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::readComponentDefinitions | ( | ) |
This reads the component.xml of all components in the core and processes them with the provided processor.
Definition at line 50 of file class.ilComponentDefinitionReader.php.
References $path, getComponents(), parseComponentXML(), and readFile().
Here is the call graph for this function:
|
protected |
Definition at line 64 of file class.ilComponentDefinitionReader.php.
Referenced by readComponentDefinitions().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilComponentDefinitionReader.php.