ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Defines a system check group including different tasks of a component. More...
Public Member Functions | |
__construct (int $a_id=0) | |
getId () | |
setComponentId (string $a_comp) | |
getComponentId () | |
setLastUpdate (ilDateTime $a_update) | |
getLastUpdate () | |
setStatus (int $a_status) | |
getStatus () | |
read () | |
create () | |
Static Public Member Functions | |
static | lookupComponent (int $a_id) |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
int | $id = 0 |
string | $component_id = '' |
string | $component_type = '' |
ilDateTime | $last_update = null |
int | $status = 0 |
Defines a system check group including different tasks of a component.
Definition at line 24 of file class.ilSCGroup.php.
ilSCGroup::__construct | ( | int | $a_id = 0 | ) |
ilSCGroup::create | ( | ) |
Definition at line 111 of file class.ilSCGroup.php.
References getComponentId(), getId(), getStatus(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
ilSCGroup::getComponentId | ( | ) |
Definition at line 66 of file class.ilSCGroup.php.
References $component_id.
Referenced by create().
ilSCGroup::getId | ( | ) |
Definition at line 56 of file class.ilSCGroup.php.
References $id.
Referenced by create(), and read().
ilSCGroup::getLastUpdate | ( | ) |
ilSCGroup::getStatus | ( | ) |
Definition at line 89 of file class.ilSCGroup.php.
References $status.
Referenced by create().
|
static |
Definition at line 41 of file class.ilSCGroup.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getComponentTaskGUIForGroup(), and ilSCComponentTaskFactory\getTask().
ilSCGroup::read | ( | ) |
Definition at line 94 of file class.ilSCGroup.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATETIME, setComponentId(), setLastUpdate(), setStatus(), ilDBConstants\T_INTEGER, and ilTimeZone\UTC.
Referenced by __construct().
ilSCGroup::setComponentId | ( | string | $a_comp | ) |
Definition at line 61 of file class.ilSCGroup.php.
Referenced by read().
ilSCGroup::setLastUpdate | ( | ilDateTime | $a_update | ) |
Definition at line 71 of file class.ilSCGroup.php.
Referenced by read().
ilSCGroup::setStatus | ( | int | $a_status | ) |
Definition at line 84 of file class.ilSCGroup.php.
Referenced by read().
|
private |
Definition at line 27 of file class.ilSCGroup.php.
Referenced by getComponentId().
|
private |
Definition at line 28 of file class.ilSCGroup.php.
|
protected |
Definition at line 31 of file class.ilSCGroup.php.
|
private |
Definition at line 26 of file class.ilSCGroup.php.
Referenced by getId().
|
private |
Definition at line 29 of file class.ilSCGroup.php.
Referenced by getLastUpdate().
|
private |
Definition at line 30 of file class.ilSCGroup.php.
Referenced by getStatus().