|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilSCGroup: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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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 | ) |
Definition at line 33 of file class.ilSCGroup.php.
Here is the call graph for this function:| ilSCGroup::create | ( | ) |
Definition at line 111 of file class.ilSCGroup.php.
References $query, getComponentId(), getId(), getStatus(), ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:| ilSCGroup::getComponentId | ( | ) |
Definition at line 66 of file class.ilSCGroup.php.
References $component_id.
Referenced by create().
Here is the caller graph for this function:| ilSCGroup::getId | ( | ) |
Definition at line 56 of file class.ilSCGroup.php.
References $id.
Referenced by create(), and read().
Here is the caller graph for this function:| ilSCGroup::getLastUpdate | ( | ) |
Definition at line 76 of file class.ilSCGroup.php.
References $last_update.
| ilSCGroup::getStatus | ( | ) |
Definition at line 89 of file class.ilSCGroup.php.
References $status.
Referenced by create().
Here is the caller graph for this function:
|
static |
Definition at line 41 of file class.ilSCGroup.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getComponentTaskGUIForGroup(), and ilSCComponentTaskFactory\getTask().
Here is the caller graph for this function:| ilSCGroup::read | ( | ) |
Definition at line 94 of file class.ilSCGroup.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getId(), IL_CAL_DATETIME, setComponentId(), setLastUpdate(), setStatus(), ilDBConstants\T_INTEGER, and ilTimeZone\UTC.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSCGroup::setComponentId | ( | string | $a_comp | ) |
Definition at line 61 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilSCGroup::setLastUpdate | ( | ilDateTime | $a_update | ) |
Definition at line 71 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:| ilSCGroup::setStatus | ( | int | $a_status | ) |
Definition at line 84 of file class.ilSCGroup.php.
Referenced by read().
Here is the caller graph for this function:
|
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().