ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
getHTML (bool $link=true, array $options=[]) | |
getSingleHTML (?array $options=null, bool $link=true) | |
getLinkHTML (string $title, bool $show_action_menu=false) | |
![]() | |
__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... | |
Protected Member Functions | |
getActionLink (string $mode) | |
![]() | |
getFormInput () | |
Gets the value from from the record field. More... | |
Additional Inherited Members | |
![]() | |
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.ilDclIliasReferenceRecordRepresentation.php.
|
protected |
string | $mode | copy|link |
Definition at line 89 of file class.ilDclIliasReferenceRecordRepresentation.php.
References ILIAS\Repository\ctrl(), ilDclBaseRecordRepresentation\getRecordField(), and ILIAS\UI\Implementation\Component\Input\getValue().
Referenced by getLinkHTML().
ilDclIliasReferenceRecordRepresentation::getHTML | ( | bool | $link = true , |
array | $options = [] |
||
) |
Definition at line 23 of file class.ilDclIliasReferenceRecordRepresentation.php.
References getLinkHTML(), ilDclBaseRecordRepresentation\getRecordField(), ilDclBaseFieldModel\PROP_DISPLAY_COPY_LINK_ACTION_MENU, and ilDclBaseFieldModel\PROP_ILIAS_REFERENCE_LINK.
ilDclIliasReferenceRecordRepresentation::getLinkHTML | ( | string | $title, |
bool | $show_action_menu = false |
||
) |
Definition at line 59 of file class.ilDclIliasReferenceRecordRepresentation.php.
References ilLink\_getStaticLink(), factory(), getActionLink(), ilDclBaseRecordRepresentation\getRecordField(), ILIAS\UI\Implementation\Component\Input\getValue(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_ILIAS_REFERENCE_LINK, and renderer().
Referenced by getHTML(), and getSingleHTML().
ilDclIliasReferenceRecordRepresentation::getSingleHTML | ( | ?array | $options = null , |
bool | $link = true |
||
) |
Definition at line 44 of file class.ilDclIliasReferenceRecordRepresentation.php.
References $id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilDclBaseRecordRepresentation\getField(), getLinkHTML(), ilDclBaseRecordRepresentation\getRecordField(), and ilDclBaseFieldModel\PROP_ILIAS_REFERENCE_LINK.