ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct (ilDataCollectionRecord $record, ilDataCollectionField $field) | |
setValue ($value) | |
doUpdate () | |
Update object in database. | |
doRead () | |
Read object data from database. | |
getFormInput () | |
getHTML () | |
getExportValue () | |
getValue () | |
delete () | |
delete | |
Public Member Functions inherited from ilDataCollectionRecordField | |
setValue ($value, $omit_parsing=false) | |
Set value for record field. | |
getPlainText () | |
getHTML ($link=true) | |
getSortingValue ($link=true) | |
getSingleHTML () | |
getField () | |
getId () | |
getRecord () |
Protected Member Functions | |
loadValue () | |
override the loadValue. | |
Protected Member Functions inherited from ilDataCollectionRecordField | |
doCreate () | |
Create object in database. |
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\getField(), and ilDataCollectionCache\getTableCache().
ilDataCollectionRatingField::delete | ( | ) |
delete
Reimplemented from ilDataCollectionRecordField.
Definition at line 87 of file class.ilDataCollectionRatingField.php.
References $ilDB, ilDataCollectionRecordField\getField(), and ilDataCollectionRecordField\getId().
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().
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().
ilDataCollectionRatingField::getValue | ( | ) |
Reimplemented from ilDataCollectionRecordField.
Definition at line 79 of file class.ilDataCollectionRatingField.php.
References ilDataCollectionRecordField\getField(), ilDataCollectionRecordField\getId(), ilRating\getOverallRatingForObject(), and ilDataCollectionRecordField\getRecord().
|
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.