|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilDclDateTimeREpresentation. More...
Inheritance diagram for ilDclDatetimeFieldRepresentation:
Collaboration diagram for ilDclDatetimeFieldRepresentation:Public Member Functions | |
| getInputField (ilPropertyFormGUI $form, $record_id=0) | |
| Returns field-input. More... | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| Add filter input to TableGUI. More... | |
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
| Checks if a filter affects a record. More... | |
Public Member Functions inherited from ilDclBaseFieldRepresentation | |
| __construct (ilDclBaseFieldModel $field) | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| Add filter input to TableGUI. More... | |
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
| Checks if a filter affects a record. More... | |
| parseSortingValue ($value, $link=true) | |
| getInputField (ilPropertyFormGUI $form, $record_id=0) | |
| Returns field-input. More... | |
| addFieldCreationForm ($form, ilObjDataCollection $dcl, $mode="create") | |
| Adds the options for the field-types to the field-creation form. More... | |
| getPropertyInputFieldId ($property) | |
| Return post-var for property-fields. More... | |
| getField () | |
| Return BaseFieldModel. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ilDclBaseFieldRepresentation | |
| setupFilterInputField (ilFormPropertyGUI $input) | |
| Set basic settings for filter-input-gui. More... | |
| setupInputField (ilFormPropertyGUI $input, ilDclBaseFieldModel $field) | |
| Sets basic settings on field-input. More... | |
| getFilterInputFieldValue ( $input) | |
| buildFieldCreationInput (ilObjDataCollection $dcl, $mode='create') | |
| Build the creation-input-field. More... | |
Protected Attributes inherited from ilDclBaseFieldRepresentation | |
| $field | |
| $lng | |
| $ctrl | |
Class ilDclDateTimeREpresentation.
Definition at line 9 of file class.ilDclDatetimeFieldRepresentation.php.
| ilDclDatetimeFieldRepresentation::addFilterInputFieldToTable | ( | ilTable2GUI | $table | ) |
Add filter input to TableGUI.
| ilTable2GUI | $table |
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 18 of file class.ilDclDatetimeFieldRepresentation.php.
References ilTable2GUI\addFilterItemByMetaType(), date, ilTable2GUI\FILTER_DATE_RANGE, ilDclBaseFieldRepresentation\getField(), ilDclBaseFieldRepresentation\getFilterInputFieldValue(), and ilDclBaseFieldRepresentation\setupFilterInputField().
Here is the call graph for this function:| ilDclDatetimeFieldRepresentation::getInputField | ( | ilPropertyFormGUI | $form, |
$record_id = 0 |
|||
| ) |
Returns field-input.
| ilPropertyFormGUI | $form | |
| int | $record_id |
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 11 of file class.ilDclDatetimeFieldRepresentation.php.
References date, ilDclBaseFieldRepresentation\getField(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the call graph for this function:| ilDclDatetimeFieldRepresentation::passThroughFilter | ( | ilDclBaseRecordModel | $record, |
| $filter | |||
| ) |
Checks if a filter affects a record.
| ilDclBaseRecordModel | $record | |
| $filter |
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 29 of file class.ilDclDatetimeFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), and ilDclBaseRecordModel\getRecordFieldValue().
Here is the call graph for this function: