| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Internal factory for data objects. More...
 Collaboration diagram for ILIAS\Exercise\InternalDataService:Public Member Functions | |
| __construct () | |
| assignment (int $id, int $exc_id, string $title, int $order_nr, int $type, string $instructions, bool $mandatory, int $deadline_mode, int $deadline, int $deadline2, int $relative_deadline, int $rel_deadline_last_submission) | |
| resourceInformation (string $rid, string $title, int $size, int $creation_timestamp, string $mime_type, string $src) | |
| teamMember (int $team_id, int $assignment_id, int $user_id) | |
Internal factory for data objects.
Definition at line 30 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::__construct | ( | ) | 
Definition at line 32 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::assignment | ( | int | $id, | 
| int | $exc_id, | ||
| string | $title, | ||
| int | $order_nr, | ||
| int | $type, | ||
| string | $instructions, | ||
| bool | $mandatory, | ||
| int | $deadline_mode, | ||
| int | $deadline, | ||
| int | $deadline2, | ||
| int | $relative_deadline, | ||
| int | $rel_deadline_last_submission | ||
| ) | 
Definition at line 36 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::resourceInformation | ( | string | $rid, | 
| string | $title, | ||
| int | $size, | ||
| int | $creation_timestamp, | ||
| string | $mime_type, | ||
| string | $src | ||
| ) | 
Definition at line 66 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::teamMember | ( | int | $team_id, | 
| int | $assignment_id, | ||
| int | $user_id | ||
| ) | 
Definition at line 84 of file class.InternalDataService.php.