|
ILIAS
release_8 Revision v8.24
|
individual log levels for components More...
Collaboration diagram for ilLogComponentLevel:Public Member Functions | |
| __construct (string $a_component_id, int $a_level=null) | |
| getComponentId () | |
| setLevel (?int $a_level) | |
| getLevel () | |
| update () | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| string | $compontent_id = '' |
| int | $component_level = null |
individual log levels for components
Definition at line 13 of file class.ilLogComponentLevel.php.
| ilLogComponentLevel::__construct | ( | string | $a_component_id, |
| int | $a_level = null |
||
| ) |
Definition at line 20 of file class.ilLogComponentLevel.php.
References $DIC, read(), and setLevel().
Here is the call graph for this function:| ilLogComponentLevel::getComponentId | ( | ) |
Definition at line 33 of file class.ilLogComponentLevel.php.
References $compontent_id.
Referenced by read(), and update().
Here is the caller graph for this function:| ilLogComponentLevel::getLevel | ( | ) |
Definition at line 43 of file class.ilLogComponentLevel.php.
References $component_level.
Referenced by update().
Here is the caller graph for this function:| ilLogComponentLevel::read | ( | ) |
Definition at line 57 of file class.ilLogComponentLevel.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getComponentId(), and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLogComponentLevel::setLevel | ( | ?int | $a_level | ) |
Definition at line 38 of file class.ilLogComponentLevel.php.
Referenced by __construct().
Here is the caller graph for this function:| ilLogComponentLevel::update | ( | ) |
Definition at line 48 of file class.ilLogComponentLevel.php.
References getComponentId(), and getLevel().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilLogComponentLevel.php.
Referenced by getLevel().
|
private |
Definition at line 15 of file class.ilLogComponentLevel.php.
Referenced by getComponentId().
|
protected |
Definition at line 18 of file class.ilLogComponentLevel.php.