|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilIndividualAssessmentUserGrading:Public Member Functions | |
| __construct (string $name, string $record, string $internal_note, ?string $file, bool $is_file_visible, int $learning_progress, string $place, ?DateTimeImmutable $event_time, bool $notify, bool $finalized=false) | |
| getName () | |
| getRecord () | |
| getInternalNote () | |
| getFile () | |
| hasFile () | |
| isFileVisible () | |
| getLearningProgress () | |
| getPlace () | |
| getEventTime () | |
| isNotify () | |
| isFinalized () | |
| withFinalized (bool $finalize) | |
| withFile (?string $file) | |
| toFormInput (Field\Factory $input, DataFactory $data_factory, \ilLanguage $lng, Refinery $refinery, array $grading_options, bool $may_be_edited=true, bool $place_required=false, bool $amend=false, ilIndividualAssessmentMemberGUI $file_handler) | |
Protected Attributes | |
| $name | |
| $record | |
| $internal_note | |
| $file | |
| $is_file_visible | |
| $learning_progress | |
| $place | |
| $event_time | |
| $notify | |
| $finalized | |
Definition at line 10 of file ilIndividualAssessmentUserGrading.php.
| ilIndividualAssessmentUserGrading::__construct | ( | string | $name, |
| string | $record, | ||
| string | $internal_note, | ||
| ?string | $file, | ||
| bool | $is_file_visible, | ||
| int | $learning_progress, | ||
| string | $place, | ||
| ?DateTimeImmutable | $event_time, | ||
| bool | $notify, | ||
| bool | $finalized = false |
||
| ) |
Definition at line 62 of file ilIndividualAssessmentUserGrading.php.
References $event_time, $file, $finalized, $internal_note, $is_file_visible, $learning_progress, $name, $notify, $place, and $record.
| ilIndividualAssessmentUserGrading::getEventTime | ( | ) |
Definition at line 126 of file ilIndividualAssessmentUserGrading.php.
References $event_time.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getFile | ( | ) |
Definition at line 101 of file ilIndividualAssessmentUserGrading.php.
References $file.
| ilIndividualAssessmentUserGrading::getInternalNote | ( | ) |
Definition at line 96 of file ilIndividualAssessmentUserGrading.php.
References $internal_note.
| ilIndividualAssessmentUserGrading::getLearningProgress | ( | ) |
Definition at line 116 of file ilIndividualAssessmentUserGrading.php.
References $learning_progress.
| ilIndividualAssessmentUserGrading::getName | ( | ) |
Definition at line 86 of file ilIndividualAssessmentUserGrading.php.
References $name.
| ilIndividualAssessmentUserGrading::getPlace | ( | ) |
Definition at line 121 of file ilIndividualAssessmentUserGrading.php.
References $place.
| ilIndividualAssessmentUserGrading::getRecord | ( | ) |
Definition at line 91 of file ilIndividualAssessmentUserGrading.php.
References $record.
| ilIndividualAssessmentUserGrading::hasFile | ( | ) |
Definition at line 106 of file ilIndividualAssessmentUserGrading.php.
| ilIndividualAssessmentUserGrading::isFileVisible | ( | ) |
Definition at line 111 of file ilIndividualAssessmentUserGrading.php.
References $is_file_visible.
| ilIndividualAssessmentUserGrading::isFinalized | ( | ) |
Definition at line 136 of file ilIndividualAssessmentUserGrading.php.
References $finalized.
| ilIndividualAssessmentUserGrading::isNotify | ( | ) |
Definition at line 131 of file ilIndividualAssessmentUserGrading.php.
References $notify.
| ilIndividualAssessmentUserGrading::toFormInput | ( | Field\Factory | $input, |
| DataFactory | $data_factory, | ||
| \ilLanguage | $lng, | ||
| Refinery | $refinery, | ||
| array | $grading_options, | ||
| bool | $may_be_edited = true, |
||
| bool | $place_required = false, |
||
| bool | $amend = false, |
||
| ilIndividualAssessmentMemberGUI | $file_handler | ||
| ) |
Definition at line 155 of file ilIndividualAssessmentUserGrading.php.
References $event_time, $format, and getEventTime().
Here is the call graph for this function:| ilIndividualAssessmentUserGrading::withFile | ( | ?string | $file | ) |
Definition at line 148 of file ilIndividualAssessmentUserGrading.php.
References $file.
Referenced by ilIndividualAssessmentMemberGUI\getRemoveResult().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::withFinalized | ( | bool | $finalize | ) |
Definition at line 141 of file ilIndividualAssessmentUserGrading.php.
|
protected |
Definition at line 50 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getEventTime(), and toFormInput().
|
protected |
Definition at line 30 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getFile(), and withFile().
|
protected |
Definition at line 60 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and isFinalized().
|
protected |
Definition at line 25 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and getInternalNote().
|
protected |
Definition at line 35 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and isFileVisible().
|
protected |
Definition at line 40 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and getLearningProgress().
|
protected |
Definition at line 15 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and getName().
|
protected |
Definition at line 55 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and isNotify().
|
protected |
Definition at line 45 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and getPlace().
|
protected |
Definition at line 20 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and getRecord().