ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 96 of file class.ilComponentDefinitionReader.php.
Referenced by parseComponentXML().
ilComponentDefinitionReader::endTag | ( | $_, | |
string | $name | ||
) |
Definition at line 103 of file class.ilComponentDefinitionReader.php.
Referenced by parseComponentXML().
|
protected |
Definition at line 126 of file class.ilComponentDefinitionReader.php.
References $c, and getComponentPaths().
Referenced by getComponents().
|
protected |
Definition at line 141 of file class.ilComponentDefinitionReader.php.
Referenced by getComponentInfo().
|
protected |
Definition at line 113 of file class.ilComponentDefinitionReader.php.
References getComponentInfo().
Referenced by readComponentDefinitions().
|
protected |
Definition at line 73 of file class.ilComponentDefinitionReader.php.
References beginTag(), endTag(), and null.
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, 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.