ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilCtrlStructureReader. More...
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().
ilCtrlStructureReader::getStructure | ( | ) |
parse code files and store call structure in db
Definition at line 40 of file class.ilCtrlStructureReader.php.
References $ilDB.
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 $dir, $file, $ilDB, $lng, $q, $res, and ILIAS_ABSOLUTE_PATH.
Referenced by readStructure().
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 $ilDB, determineClassFileIds(), ILIAS_ABSOLUTE_PATH, read(), and store().
ilCtrlStructureReader::setErrorObject | ( | & | $err | ) |
Definition at line 32 of file class.ilCtrlStructureReader.php.
References $err.
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, $ilDB, and $q.
Referenced by readStructure().
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.