|
ILIAS
release_8 Revision v8.24
|
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 21 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::__construct | ( | ilComponentDefinitionProcessor ... | $processor | ) |
Definition at line 28 of file class.ilComponentDefinitionReader.php.
| ilComponentDefinitionReader::beginTag | ( | $_, | |
| string | $name, | ||
| array | $attributes | ||
| ) |
Definition at line 97 of file class.ilComponentDefinitionReader.php.
References $attributes, and $name.
| ilComponentDefinitionReader::endTag | ( | $_, | |
| string | $name | ||
| ) |
Definition at line 104 of file class.ilComponentDefinitionReader.php.
References $name.
|
protected |
Definition at line 127 of file class.ilComponentDefinitionReader.php.
References $c, $name, $type, 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 142 of file class.ilComponentDefinitionReader.php.
References $name.
Referenced by getComponentInfo().
Here is the caller graph for this function:
|
protected |
Definition at line 114 of file class.ilComponentDefinitionReader.php.
References $i, and getComponentInfo().
Referenced by readComponentDefinitions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 73 of file class.ilComponentDefinitionReader.php.
References $xml.
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 38 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 49 of file class.ilComponentDefinitionReader.php.
References $path, $type, getComponents(), parseComponentXML(), and readFile().
Here is the call graph for this function:
|
protected |
Definition at line 63 of file class.ilComponentDefinitionReader.php.
References $path.
Referenced by readComponentDefinitions().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilComponentDefinitionReader.php.