ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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, \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 9 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 61 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 125 of file ilIndividualAssessmentUserGrading.php.
References $event_time.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getFile | ( | ) |
Definition at line 100 of file ilIndividualAssessmentUserGrading.php.
References $file.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getInternalNote | ( | ) |
Definition at line 95 of file ilIndividualAssessmentUserGrading.php.
References $internal_note.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getLearningProgress | ( | ) |
Definition at line 115 of file ilIndividualAssessmentUserGrading.php.
References $learning_progress.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getName | ( | ) |
Definition at line 85 of file ilIndividualAssessmentUserGrading.php.
References $name.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getPlace | ( | ) |
Definition at line 120 of file ilIndividualAssessmentUserGrading.php.
References $place.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::getRecord | ( | ) |
Definition at line 90 of file ilIndividualAssessmentUserGrading.php.
References $record.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::hasFile | ( | ) |
Definition at line 105 of file ilIndividualAssessmentUserGrading.php.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::isFileVisible | ( | ) |
Definition at line 110 of file ilIndividualAssessmentUserGrading.php.
References $is_file_visible.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::isFinalized | ( | ) |
Definition at line 135 of file ilIndividualAssessmentUserGrading.php.
References $finalized.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::isNotify | ( | ) |
Definition at line 130 of file ilIndividualAssessmentUserGrading.php.
References $notify.
Referenced by toFormInput().
ilIndividualAssessmentUserGrading::toFormInput | ( | Field\Factory | $input, |
\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 154 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, and ilLanguage\txt().
ilIndividualAssessmentUserGrading::withFile | ( | ?string | $file | ) |
ilIndividualAssessmentUserGrading::withFinalized | ( | bool | $finalize | ) |
Definition at line 140 of file ilIndividualAssessmentUserGrading.php.
|
protected |
Definition at line 49 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getEventTime(), and toFormInput().
|
protected |
Definition at line 29 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getFile(), toFormInput(), and withFile().
|
protected |
Definition at line 59 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), isFinalized(), and toFormInput().
|
protected |
Definition at line 24 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getInternalNote(), and toFormInput().
|
protected |
Definition at line 34 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), and isFileVisible().
|
protected |
Definition at line 39 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getLearningProgress(), and toFormInput().
|
protected |
Definition at line 14 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getName(), and toFormInput().
|
protected |
Definition at line 54 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), isNotify(), and toFormInput().
|
protected |
Definition at line 44 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getPlace(), and toFormInput().
|
protected |
Definition at line 19 of file ilIndividualAssessmentUserGrading.php.
Referenced by __construct(), getRecord(), and toFormInput().