| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilDataCollectionField. More...
 Inheritance diagram for ilDataCollectionRecordField:
 Inheritance diagram for ilDataCollectionRecordField: Collaboration diagram for ilDataCollectionRecordField:
 Collaboration diagram for ilDataCollectionRecordField:| Public Member Functions | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| doUpdate () | |
| delete () | |
| getValue () | |
| setValue ($value) | |
| getFormInput () | |
| getExportValue () | |
| getPlainText () | |
| getHTML () | |
| getSingleHTML ($link=null) | |
| this funciton is used to in the viewdefinition of a single record. | |
| getField () | |
| getId () | |
| getRecord () | |
| Protected Member Functions | |
| loadValue () | |
| Protected Attributes | |
| $id | |
| $field | |
| $record | |
| $value | |
| Private Member Functions | |
| doRead () | |
| doCreate () | |
Class ilDataCollectionField.
Definition at line 21 of file class.ilDataCollectionRecordField.php.
| ilDataCollectionRecordField::__construct | ( | ilDataCollectionRecord | $record, | 
| ilDataCollectionField | $field | ||
| ) | 
Reimplemented in ilDataCollectionILIASRefField, ilDataCollectionRatingField, and ilDataCollectionReferenceField.
Definition at line 31 of file class.ilDataCollectionRecordField.php.
References $field, $record, and doRead().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionRecordField::delete | ( | ) | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 94 of file class.ilDataCollectionRecordField.php.
References $query.
| 
 | private | 
Definition at line 60 of file class.ilDataCollectionRecordField.php.
Referenced by doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 41 of file class.ilDataCollectionRecordField.php.
References $query, doCreate(), and loadValue().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::doUpdate | ( | ) | 
Reimplemented in ilDataCollectionRatingField, and ilDataCollectionNReferenceField.
Definition at line 73 of file class.ilDataCollectionRecordField.php.
References $query, and $value.
| ilDataCollectionRecordField::getExportValue | ( | ) | 
Reimplemented in ilDataCollectionNReferenceField, ilDataCollectionReferenceField, ilDataCollectionILIASRefField, and ilDataCollectionRatingField.
Definition at line 152 of file class.ilDataCollectionRecordField.php.
References getValue().
Referenced by getPlainText().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::getField | ( | ) | 
Definition at line 202 of file class.ilDataCollectionRecordField.php.
References $field.
Referenced by ilDataCollectionRatingField\__construct(), ilDataCollectionReferenceField\__construct(), ilDataCollectionILIASRefField\__construct(), ilDataCollectionRatingField\delete(), ilDataCollectionRatingField\getExportValue(), ilDataCollectionReferenceField\getExportValue(), ilDataCollectionNReferenceField\getExportValue(), ilDataCollectionRatingField\getHTML(), ilDataCollectionNReferenceField\getHTML(), ilDataCollectionNReferenceField\getLinkHTML(), ilDataCollectionRatingField\getValue(), ilDataCollectionDatatype\parseFormInput(), ilDataCollectionDatatype\parseHTML(), and ilDataCollectionDatatype\parseValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::getFormInput | ( | ) | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 142 of file class.ilDataCollectionRecordField.php.
References getValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionRecordField::getHTML | ( | ) | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 169 of file class.ilDataCollectionRecordField.php.
References getValue().
Referenced by getSingleHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::getId | ( | ) | 
Definition at line 210 of file class.ilDataCollectionRecordField.php.
References $id.
Referenced by ilDataCollectionRatingField\delete(), ilDataCollectionRatingField\getExportValue(), ilDataCollectionRatingField\getHTML(), ilDataCollectionNReferenceField\getHTML(), and ilDataCollectionRatingField\getValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::getPlainText | ( | ) | 
Definition at line 162 of file class.ilDataCollectionRecordField.php.
References getExportValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionRecordField::getRecord | ( | ) | 
Definition at line 218 of file class.ilDataCollectionRecordField.php.
References $record.
Referenced by ilDataCollectionRatingField\getExportValue(), ilDataCollectionRatingField\getHTML(), ilDataCollectionNReferenceField\getHTML(), ilDataCollectionRatingField\getValue(), ilDataCollectionDatatype\parseHTML(), and ilDataCollectionDatatype\parseValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::getSingleHTML | ( | $link = null | ) | 
this funciton is used to in the viewdefinition of a single record.
By default it returns the getHTML methods return.
Reimplemented in ilDataCollectionNReferenceField.
Definition at line 179 of file class.ilDataCollectionRecordField.php.
References getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionRecordField::getValue | ( | ) | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 109 of file class.ilDataCollectionRecordField.php.
References $value, and loadValue().
Referenced by ilDataCollectionNReferenceField\doUpdate(), ilDataCollectionILIASRefField\getExportValue(), ilDataCollectionReferenceField\getExportValue(), getExportValue(), ilDataCollectionNReferenceField\getExportValue(), getFormInput(), ilDataCollectionReferenceField\getHTML(), ilDataCollectionILIASRefField\getHTML(), ilDataCollectionNReferenceField\getHTML(), getHTML(), ilDataCollectionILIASRefField\getLinkHTML(), ilDataCollectionNReferenceField\getSingleHTML(), ilDataCollectionILIASRefField\getStatus(), and ilDataCollectionDatatype\parseValue().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Reimplemented in ilDataCollectionNReferenceField, and ilDataCollectionRatingField.
Definition at line 186 of file class.ilDataCollectionRecordField.php.
References $query.
Referenced by doRead(), getValue(), and setValue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionRecordField::setValue | ( | $value | ) | 
Reimplemented in ilDataCollectionRatingField.
Definition at line 119 of file class.ilDataCollectionRecordField.php.
References $value, ilDataCollectionDatatype\INPUTFORMAT_FILE, and loadValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 24 of file class.ilDataCollectionRecordField.php.
Referenced by __construct(), and getField().
| 
 | protected | 
Definition at line 23 of file class.ilDataCollectionRecordField.php.
Referenced by doCreate(), ilDataCollectionILIASRefField\getHTML(), getId(), and ilDataCollectionILIASRefField\getLinkHTML().
| 
 | protected | 
Definition at line 25 of file class.ilDataCollectionRecordField.php.
Referenced by __construct(), and getRecord().
| 
 | protected | 
Definition at line 26 of file class.ilDataCollectionRecordField.php.
Referenced by ilDataCollectionNReferenceField\buildTemplate(), ilDataCollectionNReferenceField\doUpdate(), doUpdate(), ilDataCollectionILIASRefField\getExportValue(), ilDataCollectionNReferenceField\getExportValue(), ilDataCollectionReferenceField\getHTML(), ilDataCollectionILIASRefField\getHTML(), ilDataCollectionNReferenceField\getHTML(), ilDataCollectionILIASRefField\getLinkHTML(), ilDataCollectionReferenceField\getLinkHTML(), ilDataCollectionNReferenceField\getLinkHTML(), getValue(), and setValue().