|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilIndividualAssessmentDateFormatter:Public Member Functions | |
| __construct (DataFactory $data_factory) | |
| getUserDateFormat (ilObjUser $user, bool $with_time=false) | |
| format (ilObjUser $user, DateTimeImmutable $datetime, bool $with_time=false) | |
Protected Attributes | |
| DataFactory | $data_factory |
Definition at line 24 of file ilIndividualAssessmentDateFormatter.php.
| ilIndividualAssessmentDateFormatter::__construct | ( | DataFactory | $data_factory | ) |
Definition at line 28 of file ilIndividualAssessmentDateFormatter.php.
References $data_factory.
| ilIndividualAssessmentDateFormatter::format | ( | ilObjUser | $user, |
| DateTimeImmutable | $datetime, | ||
| bool | $with_time = false |
||
| ) |
Definition at line 50 of file ilIndividualAssessmentDateFormatter.php.
References getUserDateFormat().
Here is the call graph for this function:| ilIndividualAssessmentDateFormatter::getUserDateFormat | ( | ilObjUser | $user, |
| bool | $with_time = false |
||
| ) |
Definition at line 33 of file ilIndividualAssessmentDateFormatter.php.
References ilObjUser\getDateFormat(), ilObjUser\getTimeFormat(), ilCalendarSettings\TIME_FORMAT_12, and ilCalendarSettings\TIME_FORMAT_24.
Referenced by format().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file ilIndividualAssessmentDateFormatter.php.
Referenced by __construct().