|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
individual log levels for components More...
Collaboration diagram for ilLogComponentLevels:Public Member Functions | |
| getLogComponents () | |
| Get component levels. More... | |
| read () | |
Static Public Member Functions | |
| static | getInstance () |
| static | updateFromXML ($a_component_id) |
Protected Member Functions | |
| __construct () | |
| constructor More... | |
Protected Attributes | |
| array | $components = array() |
| ilDBInterface | $db |
Static Protected Attributes | |
| static ilLogComponentLevels | $instance = null |
individual log levels for components
Definition at line 28 of file class.ilLogComponentLevels.php.
|
protected |
constructor
Definition at line 41 of file class.ilLogComponentLevels.php.
Here is the call graph for this function:
|
static |
Definition at line 48 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 component levels.
Definition at line 85 of file class.ilLogComponentLevels.php.
References $components.
| ilLogComponentLevels::read | ( | ) |
Definition at line 90 of file class.ilLogComponentLevels.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:
|
static |
| string | $a_component_id |
Definition at line 59 of file class.ilLogComponentLevels.php.
References $DIC, $ilDB, and $res.
Referenced by ilLoggingDefinitionProcessor\beginTag().
Here is the caller graph for this function:
|
protected |
Definition at line 34 of file class.ilLogComponentLevels.php.
Referenced by getLogComponents().
|
protected |
Definition at line 36 of file class.ilLogComponentLevels.php.
|
staticprotected |
Definition at line 30 of file class.ilLogComponentLevels.php.
Referenced by getInstance().