| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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) | |
| submission (int $id, int $ass_id, int $user_id, int $team_id=0, string $title="", string $text="", string $rid="", string $mimetype="", string $timestamp="", bool $late=false) | |
| criteriaFile (int $ass_id, int $giver_id, int $peer_id, int $criteria_id, string $rid, string $title) | |
| settings (int $obj_id=0, string $instruction="", int $time_stamp=0, string $pass_mode=\ilObjExercise::PASS_MODE_ALL, int $nr_mandatory_random=0, int $pass_nr=0, bool $show_submissions=false, bool $compl_by_submission=false, int $certificate_visibility=0, int $tfeedback=7) | |
Internal factory for data objects.
Definition at line 33 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::__construct | ( | ) | 
Definition at line 35 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 39 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::criteriaFile | ( | int | $ass_id, | 
| int | $giver_id, | ||
| int | $peer_id, | ||
| int | $criteria_id, | ||
| string | $rid, | ||
| string | $title | ||
| ) | 
Definition at line 125 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 69 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::settings | ( | int | $obj_id = 0,  | 
        
| string | $instruction = "",  | 
        ||
| int | $time_stamp = 0,  | 
        ||
| string | $pass_mode = \ilObjExercise::PASS_MODE_ALL,  | 
        ||
| int | $nr_mandatory_random = 0,  | 
        ||
| int | $pass_nr = 0,  | 
        ||
| bool | $show_submissions = false,  | 
        ||
| bool | $compl_by_submission = false,  | 
        ||
| int | $certificate_visibility = 0,  | 
        ||
| int | $tfeedback = 7  | 
        ||
| ) | 
Definition at line 143 of file class.InternalDataService.php.
| ILIAS\Exercise\InternalDataService::submission | ( | int | $id, | 
| int | $ass_id, | ||
| int | $user_id, | ||
| int | $team_id = 0,  | 
        ||
| string | $title = "",  | 
        ||
| string | $text = "",  | 
        ||
| string | $rid = "",  | 
        ||
| string | $mimetype = "",  | 
        ||
| string | $timestamp = "",  | 
        ||
| bool | $late = false  | 
        ||
| ) | 
Definition at line 99 of file class.InternalDataService.php.
References $text, and $timestamp.
| ILIAS\Exercise\InternalDataService::teamMember | ( | int | $team_id, | 
| int | $assignment_id, | ||
| int | $user_id | ||
| ) | 
Definition at line 87 of file class.InternalDataService.php.