|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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, AbstractCtrlAwareUploadHandler $file_handler, \ILIAS\Data\DateFormat\DateFormat $date_format, array $grading_options, bool $may_be_edited=true, bool $place_required=false, bool $file_required=false, bool $amend=false) | |
Protected Attributes | |
| 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 |
Definition at line 26 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 39 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 103 of file ilIndividualAssessmentUserGrading.php.
References $event_time.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getFile | ( | ) |
Definition at line 78 of file ilIndividualAssessmentUserGrading.php.
References $file.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getInternalNote | ( | ) |
Definition at line 73 of file ilIndividualAssessmentUserGrading.php.
References $internal_note.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getLearningProgress | ( | ) |
Definition at line 93 of file ilIndividualAssessmentUserGrading.php.
References $learning_progress.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getName | ( | ) |
Definition at line 63 of file ilIndividualAssessmentUserGrading.php.
References $name.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getPlace | ( | ) |
Definition at line 98 of file ilIndividualAssessmentUserGrading.php.
References $place.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::getRecord | ( | ) |
Definition at line 68 of file ilIndividualAssessmentUserGrading.php.
References $record.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::hasFile | ( | ) |
Definition at line 83 of file ilIndividualAssessmentUserGrading.php.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::isFileVisible | ( | ) |
Definition at line 88 of file ilIndividualAssessmentUserGrading.php.
References $is_file_visible.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::isFinalized | ( | ) |
Definition at line 113 of file ilIndividualAssessmentUserGrading.php.
References $finalized.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::isNotify | ( | ) |
Definition at line 108 of file ilIndividualAssessmentUserGrading.php.
References $notify.
Referenced by toFormInput().
Here is the caller graph for this function:| ilIndividualAssessmentUserGrading::toFormInput | ( | Field\Factory | $input, |
| DataFactory | $data_factory, | ||
| ilLanguage | $lng, | ||
| Refinery | $refinery, | ||
| AbstractCtrlAwareUploadHandler | $file_handler, | ||
| \ILIAS\Data\DateFormat\DateFormat | $date_format, | ||
| array | $grading_options, | ||
| bool | $may_be_edited = true, |
||
| bool | $place_required = false, |
||
| bool | $file_required = false, |
||
| bool | $amend = false |
||
| ) |
Definition at line 132 of file ilIndividualAssessmentUserGrading.php.
References $event_time, $file, $finalized, $internal_note, $learning_progress, $name, $notify, $place, $record, getEventTime(), getFile(), getInternalNote(), getLearningProgress(), getName(), getPlace(), getRecord(), hasFile(), isFileVisible(), isFinalized(), isNotify(), ilIndividualAssessmentMembers\LP_IN_PROGRESS, ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), ILIAS\UI\Implementation\Component\Input\withValue(), and ILIAS\UI\Component\Input\Input\withValue().
Here is the call graph for this function:| ilIndividualAssessmentUserGrading::withFile | ( | ?string | $file | ) |
Definition at line 125 of file ilIndividualAssessmentUserGrading.php.
References $file.
| ilIndividualAssessmentUserGrading::withFinalized | ( | bool | $finalize | ) |
Definition at line 118 of file ilIndividualAssessmentUserGrading.php.
|
protected |
Definition at line 35 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getEventTime(), and toFormInput().
|
protected |
Definition at line 31 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getFile(), toFormInput(), and withFile().
|
protected |
Definition at line 37 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), isFinalized(), and toFormInput().
|
protected |
Definition at line 30 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getInternalNote(), and toFormInput().
|
protected |
Definition at line 32 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and isFileVisible().
|
protected |
Definition at line 33 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getLearningProgress(), and toFormInput().
|
protected |
Definition at line 28 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getName(), and toFormInput().
|
protected |
Definition at line 36 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), isNotify(), and toFormInput().
|
protected |
Definition at line 34 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getPlace(), and toFormInput().
|
protected |
Definition at line 29 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getRecord(), and toFormInput().