|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionRatingField:
Collaboration diagram for ilDataCollectionRatingField:Public Member Functions | |
| __construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
| setValue ($value) | |
| doUpdate () | |
| Update object in database. More... | |
| doRead () | |
| Read object data from database. More... | |
| getFormInput () | |
| getHTML () | |
| getExportValue () | |
| getValue () | |
| delete () | |
| delete More... | |
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... | |
| getFormInput () | |
| getExportValue () | |
| getPlainText () | |
| getHTML ($link=true) | |
| getSortingValue ($link=true) | |
| getSingleHTML () | |
| getField () | |
| getId () | |
| getRecord () | |
Protected Member Functions | |
| loadValue () | |
| override the loadValue. More... | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
| doRead () | |
| Read object data from database. More... | |
| doCreate () | |
| Create object in database. More... | |
| loadValue () | |
| Load the value. More... | |
Protected Attributes | |
| $rated | |
| $dcl_obj_id | |
Protected Attributes inherited from ilDataCollectionRecordField | |
| $id | |
| $field | |
| $record | |
| $value | |
| $lng | |
| $user | |
| $ctrl | |
| $db | |
Class ilDataCollectionField.
Definition at line 19 of file class.ilDataCollectionRatingField.php.
| ilDataCollectionRatingField::__construct | ( | ilDataCollectionRecord | $record, |
| ilDataCollectionField | $field | ||
| ) |
| ilDataCollectionRecord | $record | |
| ilDataCollectionField | $field |
Reimplemented from ilDataCollectionRecordField.
Definition at line 31 of file class.ilDataCollectionRatingField.php.
References ilDataCollectionRecordField\$field, ilDataCollectionRecordField\$record, ilDataCollectionRecordField\getField(), and ilDataCollectionCache\getTableCache().
Here is the call graph for this function:| ilDataCollectionRatingField::delete | ( | ) |
delete
Reimplemented from ilDataCollectionRecordField.
Definition at line 87 of file class.ilDataCollectionRatingField.php.
References $ilDB, ilDataCollectionRecordField\getField(), and ilDataCollectionRecordField\getId().
Here is the call graph for this function:| ilDataCollectionRatingField::doRead | ( | ) |
Read object data from database.
Reimplemented from ilDataCollectionRecordField.
Definition at line 52 of file class.ilDataCollectionRatingField.php.
| ilDataCollectionRatingField::doUpdate | ( | ) |
Update object in database.
Reimplemented from ilDataCollectionRecordField.
Definition at line 48 of file class.ilDataCollectionRatingField.php.
| ilDataCollectionRatingField::getExportValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 73 of file class.ilDataCollectionRatingField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionRecordField\getId(), ilRating\getOverallRatingForObject(), and ilDataCollectionRecordField\getRecord().
Here is the call graph for this function:| ilDataCollectionRatingField::getFormInput | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 56 of file class.ilDataCollectionRatingField.php.
References ilDataCollectionRecordField\$lng.
| ilDataCollectionRatingField::getHTML | ( | ) |
Definition at line 61 of file class.ilDataCollectionRatingField.php.
References $ilCtrl, ilDataCollectionRecordField\getField(), ilDataCollectionRecordField\getId(), and ilDataCollectionRecordField\getRecord().
Here is the call graph for this function:| ilDataCollectionRatingField::getValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 79 of file class.ilDataCollectionRatingField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionRecordField\getId(), ilRating\getOverallRatingForObject(), and ilDataCollectionRecordField\getRecord().
Here is the call graph for this function:
|
protected |
override the loadValue.
Reimplemented from ilDataCollectionRecordField.
Definition at line 40 of file class.ilDataCollectionRatingField.php.
| ilDataCollectionRatingField::setValue | ( | $value | ) |
Definition at line 44 of file class.ilDataCollectionRatingField.php.
|
protected |
Definition at line 29 of file class.ilDataCollectionRatingField.php.
|
protected |
Definition at line 24 of file class.ilDataCollectionRatingField.php.