|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilDclTextRecordRepresentation:
Collaboration diagram for ilDclTextRecordRepresentation:Public Member Functions | |
| getHTML (bool $link=true, array $options=[]) | |
| Outputs html of a certain field. More... | |
| fillFormInput (ilPropertyFormGUI $form) | |
| Fills the form with the value of a record. More... | |
Public Member Functions inherited from ilDclBaseRecordRepresentation | |
| __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 (ilPropertyFormGUI $form) | |
| Fills the form with the value of a record. More... | |
| getHTML (bool $link=true, array $options=[]) | |
| Outputs html of a certain field. More... | |
| getSingleHTML (?array $options=null, bool $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... | |
Data Fields | |
| const | LINK_MAX_LENGTH = 40 |
Protected Member Functions | |
| shortenLink (string $value) | |
Protected Member Functions inherited from ilDclBaseRecordRepresentation | |
| getFormInput () | |
| Gets the value from from the record field. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDclBaseRecordRepresentation | |
| ILIAS UI Factory | $factory |
| ilDclBaseRecordFieldModel | $record_field |
| ilLanguage | $lng |
| ilAccess | $access |
| ilCtrl | $ctrl |
| ILIAS HTTP Services | $http |
| ILIAS Refinery Factory | $refinery |
| ILIAS UI Renderer | $renderer |
| ilObjUser | $user |
Definition at line 21 of file class.ilDclTextRecordRepresentation.php.
| ilDclTextRecordRepresentation::fillFormInput | ( | ilPropertyFormGUI | $form | ) |
Fills the form with the value of a record.
Reimplemented from ilDclBaseRecordRepresentation.
Definition at line 103 of file class.ilDclTextRecordRepresentation.php.
References ilDclBaseRecordRepresentation\getField(), ilDclBaseRecordRepresentation\getFormInput(), ILIAS\Survey\Mode\getId(), ilPropertyFormGUI\getItemByPostVar(), ilDclBaseRecordRepresentation\getRecordField(), and ilDclBaseFieldModel\PROP_URL.
Here is the call graph for this function:| ilDclTextRecordRepresentation::getHTML | ( | bool | $link = true, |
| array | $options = [] |
||
| ) |
Outputs html of a certain field.
Reimplemented from ilDclBaseRecordRepresentation.
Definition at line 25 of file class.ilDclTextRecordRepresentation.php.
References $ref_id, $url, ilPageObject\_lookupActive(), ILIAS\Repository\ctrl(), ilDclDetailedViewDefinition\exists(), factory(), ilDclBaseRecordRepresentation\getField(), ILIAS\Survey\Mode\getId(), ilDclBaseRecordRepresentation\getRecord(), ilDclBaseRecordRepresentation\getRecordField(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilDclDetailedViewDefinition\PARENT_TYPE, ilDclBaseFieldModel\PROP_LINK_DETAIL_PAGE_TEXT, ilDclBaseFieldModel\PROP_URL, ILIAS\Repository\refinery(), renderer(), shortenLink(), ILIAS\Repository\user(), and ILIAS\GlobalScreen\Scope\Footer\Factory\withOpenInNewViewport().
Here is the call graph for this function:
|
protected |
Definition at line 94 of file class.ilDclTextRecordRepresentation.php.
References ILIAS\Repository\int().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilDclTextRecordRepresentation::LINK_MAX_LENGTH = 40 |
Definition at line 23 of file class.ilDclTextRecordRepresentation.php.