ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilCtrlStructureReader. More...
Public Member Functions | |
__construct () | |
setIniFile ($a_ini_file) | |
setErrorObject (&$err) | |
getStructure () | |
parse code files and store call structure in db More... | |
readStructure ( $a_force=false, $a_dir="", $a_comp_prefix="", $a_plugin_path="") | |
read structure More... | |
read ($a_cdir) | |
read structure into internal variables More... | |
store ($a_cdir="./..") | |
read structure into internal variables More... | |
determineClassFileIds () | |
Determine class file IDS. More... | |
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::__construct | ( | ) |
ilCtrlStructureReader::determineClassFileIds | ( | ) |
Determine class file IDS.
Definition at line 284 of file class.ilCtrlStructureReader.php.
References $ilDB.
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::read | ( | $a_cdir | ) |
read structure into internal variables
private
Definition at line 109 of file class.ilCtrlStructureReader.php.
References $file, $ilDB, $lng, and $res.
Referenced by readStructure().
ilCtrlStructureReader::readStructure | ( | $a_force = false , |
|
$a_dir = "" , |
|||
$a_comp_prefix = "" , |
|||
$a_plugin_path = "" |
|||
) |
read structure
Definition at line 55 of file class.ilCtrlStructureReader.php.
References $ilDB, determineClassFileIds(), ilCachedCtrl\flush(), read(), and store().
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 229 of file class.ilCtrlStructureReader.php.
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.