| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilCtrlStructureReader. More...
 Collaboration diagram for ilCtrlStructureReader:
 Collaboration diagram for ilCtrlStructureReader:| Public Member Functions | |
| ilCtrlStructureReader () | |
| setIniFile ($a_ini_file) | |
| setErrorObject (&$err) | |
| getStructure () | |
| parse code files and store call structure in db | |
| readStructure ($a_force=false, $a_dir="", $a_comp_prefix="", $a_plugin_path="") | |
| read structure | |
| read ($a_cdir) | |
| read structure into internal variables | |
| store ($a_cdir="./..") | |
| read structure into internal variables | |
| determineClassFileIds () | |
| Determine class file IDS. | |
| Data Fields | |
| $class_script | |
| $class_childs | |
| $executed | |
Class ilCtrlStructureReader.
Reads call structure of classes into db
Definition at line 13 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::determineClassFileIds | ( | ) | 
Determine class file IDS.
Definition at line 303 of file class.ilCtrlStructureReader.php.
Referenced by readStructure().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCtrlStructureReader::getStructure | ( | ) | 
parse code files and store call structure in db
Definition at line 40 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::ilCtrlStructureReader | ( | ) | 
Definition at line 19 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::read | ( | $a_cdir | ) | 
read structure into internal variables
private
Definition at line 108 of file class.ilCtrlStructureReader.php.
References $file, $lng, $res, and ILIAS_ABSOLUTE_PATH.
Referenced by readStructure().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCtrlStructureReader::readStructure | ( | $a_force = false, | |
| $a_dir = "", | |||
| $a_comp_prefix = "", | |||
| $a_plugin_path = "" | |||
| ) | 
read structure
Definition at line 56 of file class.ilCtrlStructureReader.php.
References determineClassFileIds(), ILIAS_ABSOLUTE_PATH, read(), and store().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCtrlStructureReader::setErrorObject | ( | & | $err | ) | 
Definition at line 32 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::setIniFile | ( | $a_ini_file | ) | 
Definition at line 27 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::store | ( | $a_cdir = "./.." | ) | 
read structure into internal variables
private
Definition at line 246 of file class.ilCtrlStructureReader.php.
References $file.
Referenced by readStructure().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCtrlStructureReader::$class_childs | 
Definition at line 16 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::$class_script | 
Definition at line 15 of file class.ilCtrlStructureReader.php.
| ilCtrlStructureReader::$executed | 
Definition at line 17 of file class.ilCtrlStructureReader.php.