|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilCtrlStructureReader. More...
Collaboration diagram for ilCtrlStructureReader:Public Member Functions | |
| ilCtrlStructureReader () | |
| setErrorObject (&$err) | |
| getStructure () | |
| parse code files and store call structure in db | |
| readStructure ($a_force=false, $a_dir="", $a_comp_prefix="") | |
| read structure | |
| read ($a_cdir) | |
| read structure into internal variables | |
| store ($a_cdir="./..") | |
| read structure into internal variables | |
Data Fields | |
| $class_script | |
| $class_childs | |
| $executed | |
Class ilCtrlStructureReader.
Reads call structure of classes into db
Definition at line 33 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::getStructure | ( | ) |
parse code files and store call structure in db
Definition at line 54 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::ilCtrlStructureReader | ( | ) |
Definition at line 39 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::read | ( | $a_cdir | ) |
read structure into internal variables
private
Definition at line 103 of file class.ilCtrlStructureReader.php.
References $dir, $file, $lng, and ILIAS_ABSOLUTE_PATH.
Referenced by readStructure().
Here is the caller graph for this function:| ilCtrlStructureReader::readStructure | ( | $a_force = false, |
|
$a_dir = "", |
|||
$a_comp_prefix = "" |
|||
| ) |
read structure
Definition at line 62 of file class.ilCtrlStructureReader.php.
References ILIAS_ABSOLUTE_PATH, read(), and store().
Here is the call graph for this function:| ilCtrlStructureReader::setErrorObject | ( | & | $err | ) |
Definition at line 46 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::store | ( | $a_cdir = "./.." | ) |
read structure into internal variables
private
Definition at line 223 of file class.ilCtrlStructureReader.php.
References $file.
Referenced by readStructure().
Here is the caller graph for this function:| ilCtrlStructureReader::$class_childs |
Definition at line 36 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::$class_script |
Definition at line 35 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::$executed |
Definition at line 37 of file class.ilCtrlStructureReader.php.