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...
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().
|
protected |
Definition at line 90 of file class.ilCtrlStructure.php.
Referenced by __construct(), and withClassChild().
|
protected |
Definition at line 70 of file class.ilCtrlStructure.php.
References Vendor\Package\$e.
Referenced by __construct(), and withClassScript().
ilCtrlStructure::getClassChildren | ( | ) |
Definition at line 55 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\storeToDB().
ilCtrlStructure::getClassScriptOf | ( | string | $class | ) |
Definition at line 62 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\readDirTo().
ilCtrlStructure::getClassScripts | ( | ) |
Definition at line 48 of file class.ilCtrlStructure.php.
Referenced by ilCtrlStructureReader\storeToDB().
ilCtrlStructure::withClassChild | ( | string | $parent, |
string | $child | ||
) |
Definition at line 41 of file class.ilCtrlStructure.php.
References addClassChild().
Referenced by ilCtrlStructureReader\parseFileTo().
ilCtrlStructure::withClassScript | ( | string | $class, |
string | $file_path | ||
) |
Definition at line 34 of file class.ilCtrlStructure.php.
References addClassScript().
Referenced by ilCtrlStructureReader\parseFileTo().
|
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().