ILIAS
release_8 Revision v8.19
|
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.
ilComponentDefinitionReader::endTag | ( | $_, | |
string | $name | ||
) |
Definition at line 104 of file class.ilComponentDefinitionReader.php.
|
protected |
Definition at line 127 of file class.ilComponentDefinitionReader.php.
References $c, $type, and getComponentPaths().
Referenced by getComponents().
|
protected |
Definition at line 142 of file class.ilComponentDefinitionReader.php.
Referenced by getComponentInfo().
|
protected |
Definition at line 114 of file class.ilComponentDefinitionReader.php.
References $i, and getComponentInfo().
Referenced by readComponentDefinitions().
|
protected |
Definition at line 73 of file class.ilComponentDefinitionReader.php.
Referenced by readComponentDefinitions().
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().
|
protected |
Definition at line 63 of file class.ilComponentDefinitionReader.php.
Referenced by readComponentDefinitions().
|
protected |
Definition at line 26 of file class.ilComponentDefinitionReader.php.