|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
The CtrlStructure knows how GUIs call each other and where the code of the guis is located. More...
Collaboration diagram for ilCtrlStructure:Public Member Functions | |
| __construct (array $class_scripts=[], array $class_children=[]) | |
| withClassScript (string $class, string $file_path) | |
| withClassChild (string $parent, string $child) | |
| getClassScripts () | |
| getClassChildren () | |
| getClassScriptOf (string $class) | |
Protected Member Functions | |
| addClassScript (string $class, string $file_path) | |
| addClassChild (string $parent, string $child) | |
Protected Attributes | |
| $class_scripts | |
| $class_children | |
The CtrlStructure knows how GUIs call each other and where the code of the guis is located.
Definition at line 8 of file class.ilCtrlStructure.php.
| ilCtrlStructure::__construct | ( | array | $class_scripts = [], |
| array | $class_children = [] |
||
| ) |
Definition at line 20 of file class.ilCtrlStructure.php.
References $class_children, $class_scripts, addClassChild(), and addClassScript().
Here is the call graph for this function:
|
protected |
Definition at line 90 of file class.ilCtrlStructure.php.
Referenced by __construct(), and withClassChild().
Here is the caller graph for this function:
|
protected |
Definition at line 70 of file class.ilCtrlStructure.php.
References Vendor\Package\$e.
Referenced by __construct(), and withClassScript().
Here is the caller graph for this function:| ilCtrlStructure::getClassChildren | ( | ) |
Definition at line 55 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\storeToDB().
Here is the caller graph for this function:| ilCtrlStructure::getClassScriptOf | ( | string | $class | ) |
Definition at line 62 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\readDirTo().
Here is the caller graph for this function:| ilCtrlStructure::getClassScripts | ( | ) |
Definition at line 48 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\storeToDB().
Here is the caller graph for this function:| ilCtrlStructure::withClassChild | ( | string | $parent, |
| string | $child | ||
| ) |
Definition at line 41 of file class.ilCtrlStructure.php.
References addClassChild().
Referenced by ilCtrlStructureReader\parseFileTo().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrlStructure::withClassScript | ( | string | $class, |
| string | $file_path | ||
| ) |
Definition at line 34 of file class.ilCtrlStructure.php.
References addClassScript().
Referenced by ilCtrlStructureReader\parseFileTo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilCtrlStructure.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file class.ilCtrlStructure.php.
Referenced by __construct().