|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
individual log levels for components More...
Collaboration diagram for ilLogComponentLevels:Public Member Functions | |
| getLogComponents () | |
| Get compponent level. More... | |
| read () | |
Static Public Member Functions | |
| static | getInstance () |
| static | updateFromXML ($a_component_id) |
| @global type $ilDB More... | |
Protected Member Functions | |
| __construct () | |
| constructor More... | |
Protected Attributes | |
| $components = array() | |
Static Protected Attributes | |
| static | $instance = null |
individual log levels for components
Definition at line 15 of file class.ilLogComponentLevels.php.
|
protected |
constructor
Definition at line 23 of file class.ilLogComponentLevels.php.
References read().
Here is the call graph for this function:
|
static |
Definition at line 32 of file class.ilLogComponentLevels.php.
References $instance.
Referenced by ilLoggingDBSettings\getLevelByComponent(), ilLogComponentTableGUI\parse(), and ilObjLoggingSettingsGUI\resetComponentLevels().
Here is the caller graph for this function:| ilLogComponentLevels::getLogComponents | ( | ) |
Get compponent level.
Definition at line 72 of file class.ilLogComponentLevels.php.
References $components.
| ilLogComponentLevels::read | ( | ) |
Definition at line 77 of file class.ilLogComponentLevels.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:
|
static |
@global type $ilDB
| type | $a_component_id |
Definition at line 45 of file class.ilLogComponentLevels.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjDefReader\handlerBeginTag().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilLogComponentLevels.php.
Referenced by getLogComponents().
|
staticprotected |
Definition at line 17 of file class.ilLogComponentLevels.php.
Referenced by getInstance().