|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclDateTimeRecordRepresentation. More...
Inheritance diagram for ilDclDatetimeRecordRepresentation:
Collaboration diagram for ilDclDatetimeRecordRepresentation:Public Member Functions | |
| getHTML ($link=true) | |
| Outputs html of a certain field. More... | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing. More... | |
Public Member Functions inherited from ilDclBaseRecordRepresentation | |
| __construct (ilDclBaseRecordFieldModel $record_field) | |
| getFormGUI (ilPropertyFormGUI $formGUI) | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing. More... | |
| fillFormInput ($form) | |
| Fills the form with the value of a record. More... | |
| getHTML ($link=true) | |
| Outputs html of a certain field. More... | |
| getSingleHTML (array $options=null, $link=true) | |
| Returns data for single record view. More... | |
| getConfirmationHTML () | |
| Returns data for confirmation list When returning false, attribute is ignored in list. More... | |
| fillRow (ilTemplate $tpl) | |
| Fills row with record data. More... | |
| getRecordField () | |
| Get Record Field. More... | |
| getField () | |
| Getter shortcut for field. More... | |
| getRecord () | |
| Getter shortcut for record. More... | |
Protected Member Functions | |
| formatDate ($value, $format) | |
Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
| getFormInput () | |
| Gets the value from from the record field. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDclBaseRecordRepresentation | |
| $record_field | |
| $lng | |
| $access | |
| $ctrl | |
Class ilDclDateTimeRecordRepresentation.
Definition at line 9 of file class.ilDclDatetimeRecordRepresentation.php.
|
protected |
| $value | |
| $format |
Definition at line 37 of file class.ilDclDatetimeRecordRepresentation.php.
References $format, $timestamp, date, ilCalendarSettings\DATE_FORMAT_DMY, ilCalendarSettings\DATE_FORMAT_MDY, and ilCalendarSettings\DATE_FORMAT_YMD.
Referenced by getHTML().
Here is the caller graph for this function:| ilDclDatetimeRecordRepresentation::getHTML | ( | $link = true | ) |
Outputs html of a certain field.
| mixed | $value | |
| bool | true | $link |
Reimplemented from ilDclBaseRecordRepresentation.
Definition at line 19 of file class.ilDclDatetimeRecordRepresentation.php.
References $DIC, $ilUser, formatDate(), and ilDclBaseRecordRepresentation\getRecordField().
Here is the call graph for this function:| ilDclDatetimeRecordRepresentation::parseFormInput | ( | $value | ) |
function parses stored value to the variable needed to fill into the form for editing.
| $value |
Reimplemented from ilDclBaseRecordRepresentation.
Definition at line 59 of file class.ilDclDatetimeRecordRepresentation.php.