|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclFileuploadFieldRepresentaion. More...
Inheritance diagram for ilDclFileuploadFieldRepresentation:
Collaboration diagram for ilDclFileuploadFieldRepresentation:Public Member Functions | |||||||
| getInputField (ilPropertyFormGUI $form, $record_id=0) | |||||||
Returns field-input.
| |||||||
| addFilterInputFieldToTable (ilTable2GUI $table) | |||||||
Add filter input to TableGUI.
| |||||||
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |||||||
Checks if a filter affects a record.
| |||||||
| buildFieldCreationInput (ilObjDataCollection $dcl, $mode='create') | |||||||
| @inheritDoc 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... | |||||||
Protected Member Functions | |
| requiredWorkaroundForInputField ($input, $record_id) | |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDclBaseFieldRepresentation | |
| $field | |
| $lng | |
| $ctrl | |
Class ilDclFileuploadFieldRepresentaion.
Definition at line 9 of file class.ilDclFileuploadFieldRepresentation.php.
| ilDclFileuploadFieldRepresentation::addFilterInputFieldToTable | ( | ilTable2GUI | $table | ) |
Add filter input to TableGUI.
| ilTable2GUI | $table |
Reimplemented from ilDclBaseFieldRepresentation.
Reimplemented in ilDclMobFieldRepresentation.
Definition at line 52 of file class.ilDclFileuploadFieldRepresentation.php.
References $table, ilTable2GUI\FILTER_TEXT, ilDclBaseFieldRepresentation\getField(), ilDclBaseFieldRepresentation\getFilterInputFieldValue(), and ilDclBaseFieldRepresentation\setupFilterInputField().
Here is the call graph for this function:| ilDclFileuploadFieldRepresentation::buildFieldCreationInput | ( | ilObjDataCollection | $dcl, |
$mode = 'create' |
|||
| ) |
@inheritDoc
Reimplemented from ilDclBaseFieldRepresentation.
Reimplemented in ilDclMobFieldRepresentation.
Definition at line 86 of file class.ilDclFileuploadFieldRepresentation.php.
References ilDclBaseFieldModel\PROP_SUPPORTED_FILE_TYPES.
| ilDclFileuploadFieldRepresentation::getInputField | ( | ilPropertyFormGUI | $form, |
$record_id = 0 |
|||
| ) |
Returns field-input.
| ilPropertyFormGUI | $form | |
| int | $record_id |
Reimplemented from ilDclBaseFieldRepresentation.
Reimplemented in ilDclMobFieldRepresentation.
Definition at line 15 of file class.ilDclFileuploadFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), and requiredWorkaroundForInputField().
Here is the call graph for this function:| ilDclFileuploadFieldRepresentation::passThroughFilter | ( | ilDclBaseRecordModel | $record, |
| $filter | |||
| ) |
Checks if a filter affects a record.
| ilDclBaseRecordModel | $record | |
| $filter |
Reimplemented from ilDclBaseFieldRepresentation.
Reimplemented in ilDclMobFieldRepresentation.
Definition at line 66 of file class.ilDclFileuploadFieldRepresentation.php.
References $pass, ilObject2\_exists(), ilObject2\_lookupType(), ilDclBaseFieldRepresentation\getField(), and ilDclBaseRecordModel\getRecordFieldValue().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilDclFileuploadFieldRepresentation.php.
References ilDclBaseFieldRepresentation\getField(), ilDclCache\getRecordCache(), and ilDclBaseFieldRepresentation\setupInputField().
Referenced by getInputField(), and ilDclMobFieldRepresentation\getInputField().
Here is the call graph for this function:
Here is the caller graph for this function: