|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilDataCollectionTextField. More...
Inheritance diagram for ilDataCollectionTextField:
Collaboration diagram for ilDataCollectionTextField:Public Member Functions | |
| fillFormInput (&$form) | |
| setValueFromForm (&$form) | |
| fillExcelExport ($worksheet, &$row, &$col) | |
| getExportValue () | |
| getValueFromExcel ($excel, $row, $col) | |
Public Member Functions inherited from ilDataCollectionRecordField | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| doUpdate () | |
| Update object in database. More... | |
| delete () | |
| Delete record field in database. More... | |
| getValue () | |
| setValue ($value, $omit_parsing=false) | |
| Set value for record field. More... | |
| setValueFromForm (&$form) | |
| getValueFromExcel ($excel, $row, $col) | |
| fillFormInput (&$form) | |
| getExportValue () | |
| fillExcelExport ($worksheet, &$row, &$col) | |
| getPlainText () | |
| getHTML ($link=true) | |
| getSortingValue ($link=true) | |
| getSingleHTML () | |
| getField () | |
| getId () | |
| getRecord () | |
Protected Member Functions | |
| hasProperty ($prop_id) | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
| doRead () | |
| Read object data from database. More... | |
| doCreate () | |
| Creates an Id and a database entry. More... | |
| getFormInput () | |
| loadValue () | |
| Load the value. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
| $user | |
| $ctrl | |
| $db | |
| $lng | |
Class ilDataCollectionTextField.
Definition at line 8 of file class.ilDataCollectionTextField.php.
| ilDataCollectionTextField::fillExcelExport | ( | $worksheet, | |
| & | $row, | ||
| & | $col | ||
| ) |
| $worksheet | |
| $row | |
| $col |
Reimplemented from ilDataCollectionRecordField.
Definition at line 52 of file class.ilDataCollectionTextField.php.
References $row, ilDataCollectionRecordField\$value, getExportValue(), hasProperty(), and ilDataCollectionField\PROPERTYID_URL.
Here is the call graph for this function:| ilDataCollectionTextField::fillFormInput | ( | & | $form | ) |
| $form | ilPropertyFormGUI |
Reimplemented from ilDataCollectionRecordField.
Definition at line 14 of file class.ilDataCollectionTextField.php.
References ilDataCollectionRecordField\$value, ilDataCollectionRecordField\getValue(), hasProperty(), ilDataCollectionField\PROPERTYID_TEXTAREA, and ilDataCollectionField\PROPERTYID_URL.
Here is the call graph for this function:| ilDataCollectionTextField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 74 of file class.ilDataCollectionTextField.php.
References ilDataCollectionRecordField\getValue().
Referenced by fillExcelExport().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionTextField::getValueFromExcel | ( | $excel, | |
| $row, | |||
| $col | |||
| ) |
| $excel | |
| $row | |
| $col |
Reimplemented from ilDataCollectionRecordField.
Definition at line 83 of file class.ilDataCollectionTextField.php.
References $row, ilDataCollectionRecordField\$value, hasProperty(), and ilDataCollectionField\PROPERTYID_URL.
Here is the call graph for this function:
|
protected |
| $prop_id |
Definition at line 99 of file class.ilDataCollectionTextField.php.
References ilDataCollectionRecordField\getField().
Referenced by fillExcelExport(), fillFormInput(), getValueFromExcel(), and setValueFromForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionTextField::setValueFromForm | ( | & | $form | ) |
| $form | ilPropertyFormGUI |
Reimplemented from ilDataCollectionRecordField.
Definition at line 36 of file class.ilDataCollectionTextField.php.
References ilDataCollectionRecordField\$value, hasProperty(), ilDataCollectionField\PROPERTYID_URL, and ilDataCollectionRecordField\setValue().
Here is the call graph for this function: