| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilSCTasks:Public Member Functions | |
| updateFromComponentDefinition (string $a_identifier) | |
| getGroupId () | |
| getTasks () | |
Static Public Member Functions | |
| static | getInstanceByGroupId (int $a_group_id) | 
| static | lookupIdentifierForTask (int $a_task_id) | 
| static | lookupGroupId (int $a_task_id) | 
| static | lookupCompleted (int $a_grp_id) | 
| static | lookupFailed (int $a_grp_id) | 
| static | lookupLastUpdate (int $a_grp_id) | 
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db | 
Private Member Functions | |
| __construct (int $a_grp_id) | |
Private Attributes | |
| int | $grp_id = 0 | 
| array | $tasks = array() | 
Static Private Attributes | |
| static array | $instances = array() | 
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 Description of class
Definition at line 24 of file class.ilSCTasks.php.
      
  | 
  private | 
| ilSCTasks::getGroupId | ( | ) | 
Definition at line 148 of file class.ilSCTasks.php.
References $grp_id.
Referenced by updateFromComponentDefinition().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 42 of file class.ilSCTasks.php.
Referenced by ilSystemCheckDefinitionProcessor\beginTag(), and ilSCTaskTableGUI\parse().
 Here is the caller graph for this function:| ilSCTasks::getTasks | ( | ) | 
Definition at line 156 of file class.ilSCTasks.php.
References $tasks.
Referenced by updateFromComponentDefinition().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 98 of file class.ilSCTasks.php.
References ilSCTask\STATUS_COMPLETED.
Referenced by ilSCGroupTableGUI\parse().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 114 of file class.ilSCTasks.php.
References ilSCTask\STATUS_FAILED.
Referenced by ilSCGroupTableGUI\parse().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 83 of file class.ilSCTasks.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getComponentTask().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 53 of file class.ilSCTasks.php.
References $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, ilDBInterface\query(), ilDBInterface\quote(), and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getTask().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 131 of file class.ilSCTasks.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, IL_CAL_UNIX, ilSCTask\STATUS_FAILED, ilDBConstants\T_INTEGER, and ilTimeZone\UTC.
Referenced by ilSCGroupTableGUI\parse().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 161 of file class.ilSCTasks.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ilSCComponentTaskFactory\getTask().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSCTasks::updateFromComponentDefinition | ( | string | $a_identifier | ) | 
Definition at line 67 of file class.ilSCTasks.php.
References getGroupId(), and getTasks().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 31 of file class.ilSCTasks.php.
      
  | 
  private | 
Definition at line 28 of file class.ilSCTasks.php.
Referenced by getGroupId().
      
  | 
  staticprivate | 
Definition at line 26 of file class.ilSCTasks.php.
      
  | 
  private | 
Definition at line 29 of file class.ilSCTasks.php.
Referenced by getTasks().