|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDclBaseRecordRepresentation. More...
Inheritance diagram for ilDclBaseRecordRepresentation:
Collaboration diagram for ilDclBaseRecordRepresentation:Public Member Functions | |
| __construct (ilDclBaseRecordFieldModel $record_field) | |
| getFormGUI (ilPropertyFormGUI $formGUI) | |
| parseFormInput ($value) | |
| function parses stored value to the variable needed to fill into the form for editing. More... | |
| fillFormInput ($form) | |
| Fills the form with the value of a record. More... | |
| getHTML ($link=true) | |
| Outputs html of a certain field. More... | |
| getSingleHTML (array $options=null, $link=true) | |
| Returns data for single record view. More... | |
| getConfirmationHTML () | |
| Returns data for confirmation list When returning false, attribute is ignored in list. More... | |
| fillRow (ilTemplate $tpl) | |
| Fills row with record data. More... | |
| getRecordField () | |
| Get Record Field. More... | |
| getField () | |
| Getter shortcut for field. More... | |
| getRecord () | |
| Getter shortcut for record. More... | |
Protected Member Functions | |
| getFormInput () | |
| Gets the value from from the record field. More... | |
Protected Attributes | |
| $record_field | |
| $lng | |
| $access | |
| $ctrl | |
Class ilDclBaseRecordRepresentation.
Definition at line 10 of file class.ilDclBaseRecordRepresentation.php.
| ilDclBaseRecordRepresentation::__construct | ( | ilDclBaseRecordFieldModel | $record_field | ) |
Definition at line 18 of file class.ilDclBaseRecordRepresentation.php.
References $DIC, $ilCtrl, $lng, and $record_field.
| ilDclBaseRecordRepresentation::fillFormInput | ( | $form | ) |
Fills the form with the value of a record.
| $form |
Reimplemented in ilDclRatingRecordRepresentation, and ilDclTextRecordRepresentation.
Definition at line 57 of file class.ilDclBaseRecordRepresentation.php.
References $form, getField(), getFormInput(), and getRecordField().
Here is the call graph for this function:| ilDclBaseRecordRepresentation::fillRow | ( | ilTemplate | $tpl | ) |
Fills row with record data.
| ilTemplate | $tpl |
Definition at line 123 of file class.ilDclBaseRecordRepresentation.php.
| ilDclBaseRecordRepresentation::getConfirmationHTML | ( | ) |
Returns data for confirmation list When returning false, attribute is ignored in list.
Definition at line 112 of file class.ilDclBaseRecordRepresentation.php.
References getHTML().
Here is the call graph for this function:| ilDclBaseRecordRepresentation::getField | ( | ) |
Getter shortcut for field.
Definition at line 144 of file class.ilDclBaseRecordRepresentation.php.
Referenced by fillFormInput(), ilDclTextRecordRepresentation\fillFormInput(), ilDclFileuploadRecordRepresentation\getHTML(), ilDclMobRecordRepresentation\getHTML(), ilDclRatingRecordRepresentation\getHTML(), ilDclSelectionRecordRepresentation\getHTML(), ilDclTextRecordRepresentation\getHTML(), and ilDclIliasReferenceRecordRepresentation\getSingleHTML().
Here is the caller graph for this function:| ilDclBaseRecordRepresentation::getFormGUI | ( | ilPropertyFormGUI | $formGUI | ) |
Definition at line 33 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Gets the value from from the record field.
Definition at line 72 of file class.ilDclBaseRecordRepresentation.php.
References getRecordField(), and parseFormInput().
Referenced by fillFormInput(), and ilDclTextRecordRepresentation\fillFormInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclBaseRecordRepresentation::getHTML | ( | $link = true | ) |
Outputs html of a certain field.
| mixed | $value | |
| bool | true | $link |
Reimplemented in ilDclBooleanRecordRepresentation, ilDclDatetimeRecordRepresentation, ilDclFileuploadRecordRepresentation, ilDclIliasReferenceRecordRepresentation, ilDclMobRecordRepresentation, ilDclRatingRecordRepresentation, ilDclReferenceRecordRepresentation, ilDclSelectionRecordRepresentation, and ilDclTextRecordRepresentation.
Definition at line 86 of file class.ilDclBaseRecordRepresentation.php.
References getRecordField().
Referenced by getConfirmationHTML(), and getSingleHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclBaseRecordRepresentation::getRecord | ( | ) |
Getter shortcut for record.
Definition at line 155 of file class.ilDclBaseRecordRepresentation.php.
Referenced by ilDclFileuploadRecordRepresentation\getHTML(), ilDclMobRecordRepresentation\getHTML(), ilDclRatingRecordRepresentation\getHTML(), and ilDclTextRecordRepresentation\getHTML().
Here is the caller graph for this function:| ilDclBaseRecordRepresentation::getRecordField | ( | ) |
Get Record Field.
Definition at line 133 of file class.ilDclBaseRecordRepresentation.php.
References $record_field.
Referenced by fillFormInput(), ilDclTextRecordRepresentation\fillFormInput(), ilDclIliasReferenceRecordRepresentation\getActionLink(), getFormInput(), getHTML(), ilDclBooleanRecordRepresentation\getHTML(), ilDclDatetimeRecordRepresentation\getHTML(), ilDclFileuploadRecordRepresentation\getHTML(), ilDclIliasReferenceRecordRepresentation\getHTML(), ilDclMobRecordRepresentation\getHTML(), ilDclRatingRecordRepresentation\getHTML(), ilDclReferenceRecordRepresentation\getHTML(), ilDclSelectionRecordRepresentation\getHTML(), ilDclTextRecordRepresentation\getHTML(), ilDclIliasReferenceRecordRepresentation\getLinkHTML(), and ilDclIliasReferenceRecordRepresentation\getSingleHTML().
Here is the caller graph for this function:| ilDclBaseRecordRepresentation::getSingleHTML | ( | array | $options = null, |
$link = true |
|||
| ) |
Returns data for single record view.
| array | NULL | $options | |
| bool | $link |
Reimplemented in ilDclIliasReferenceRecordRepresentation.
Definition at line 100 of file class.ilDclBaseRecordRepresentation.php.
References getHTML().
Here is the call graph for this function:| ilDclBaseRecordRepresentation::parseFormInput | ( | $value | ) |
function parses stored value to the variable needed to fill into the form for editing.
| $value |
Reimplemented in ilDclDatetimeRecordRepresentation, ilDclFileuploadRecordRepresentation, and ilDclMobRecordRepresentation.
Definition at line 46 of file class.ilDclBaseRecordRepresentation.php.
Referenced by getFormInput().
Here is the caller graph for this function:
|
protected |
Definition at line 14 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 15 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 13 of file class.ilDclBaseRecordRepresentation.php.
Referenced by __construct(), and ilDclIliasReferenceRecordRepresentation\getLinkHTML().
|
protected |
Definition at line 12 of file class.ilDclBaseRecordRepresentation.php.
Referenced by __construct(), ilDclReferenceRecordRepresentation\getHTML(), ilDclReferenceRecordRepresentation\getLinkHTML(), and getRecordField().