|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Defines a system check group including different tasks of a component. More...
Collaboration diagram for ilSCGroup:Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor. More... | |
| getId () | |
| setComponentId ($a_comp) | |
| getComponentId () | |
| Get component. More... | |
| setLastUpdate (ilDateTime $a_update) | |
| getLastUpdate () | |
| Get last update date. More... | |
| setStatus ($a_status) | |
| getStatus () | |
| Get status. More... | |
| read () | |
| Read group. More... | |
| create () | |
| Create new group. More... | |
Static Public Member Functions | |
| static | lookupComponent ($a_id) |
| lookup component by id @global type $ilDB More... | |
Private Attributes | |
| $id = 0 | |
| $component_id = '' | |
| $component_type = '' | |
| $last_update = null | |
| $status = 0 | |
Defines a system check group including different tasks of a component.
Definition at line 12 of file class.ilSCGroup.php.
| ilSCGroup::__construct | ( | $a_id = 0 | ) |
Constructor.
| type | $a_id |
Definition at line 25 of file class.ilSCGroup.php.
References read().
Here is the call graph for this function:| ilSCGroup::create | ( | ) |
Create new group.
Definition at line 131 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, getComponentId(), getId(), and getStatus().
Here is the call graph for this function:| ilSCGroup::getComponentId | ( | ) |
Get component.
Definition at line 67 of file class.ilSCGroup.php.
References $component_id.
Referenced by create().
Here is the caller graph for this function:| ilSCGroup::getId | ( | ) |
Definition at line 52 of file class.ilSCGroup.php.
References $id.
Referenced by create(), and read().
Here is the caller graph for this function:| ilSCGroup::getLastUpdate | ( | ) |
Get last update date.
Definition at line 82 of file class.ilSCGroup.php.
References $last_update.
| ilSCGroup::getStatus | ( | ) |
Get status.
Definition at line 99 of file class.ilSCGroup.php.
References $status.
Referenced by create().
Here is the caller graph for this function:
|
static |
lookup component by id @global type $ilDB
| type | $a_id |
Definition at line 37 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilSCComponentTaskFactory\getComponentTaskGUIForGroup(), and ilSCComponentTaskFactory\getTask().
Here is the caller graph for this function:| ilSCGroup::read | ( | ) |
Read group.
Definition at line 107 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATETIME, setComponentId(), setLastUpdate(), setStatus(), and ilTimeZone\UTC.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCGroup::setComponentId | ( | $a_comp | ) |
Definition at line 58 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilSCGroup::setLastUpdate | ( | ilDateTime | $a_update | ) |
Definition at line 73 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilSCGroup::setStatus | ( | $a_status | ) |
Definition at line 90 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 15 of file class.ilSCGroup.php.
Referenced by getComponentId().
|
private |
Definition at line 16 of file class.ilSCGroup.php.
|
private |
Definition at line 14 of file class.ilSCGroup.php.
Referenced by getId().
|
private |
Definition at line 17 of file class.ilSCGroup.php.
Referenced by getLastUpdate().
|
private |
Definition at line 18 of file class.ilSCGroup.php.
Referenced by getStatus().