ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getHTML (bool $link=true, array $options=[]) | |
fillFormInput (ilPropertyFormGUI $form) | |
![]() | |
__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) | |
![]() | |
getFormInput () | |
Gets the value from from the record field. More... | |
Additional Inherited Members | |
![]() | |
ilDclBaseRecordFieldModel | $record_field |
ilLanguage | $lng |
ilAccess | $access |
ilCtrl | $ctrl |
ILIAS HTTP Services | $http |
ILIAS Refinery Factory | $refinery |
ILIAS UI Renderer | $renderer |
ilObjUser | $user |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclTextRecordRepresentation.php.
ilDclTextRecordRepresentation::fillFormInput | ( | ilPropertyFormGUI | $form | ) |
Definition at line 99 of file class.ilDclTextRecordRepresentation.php.
References ilDclBaseRecordRepresentation\getField(), ilDclBaseRecordRepresentation\getFormInput(), ILIAS\Survey\Mode\getId(), ilPropertyFormGUI\getItemByPostVar(), ilDclBaseRecordRepresentation\getRecordField(), ilDclBaseFieldModel\PROP_TEXTAREA, and ilDclBaseFieldModel\PROP_URL.
ilDclTextRecordRepresentation::getHTML | ( | bool | $link = true , |
array | $options = [] |
||
) |
Definition at line 23 of file class.ilDclTextRecordRepresentation.php.
References $ref_id, ILIAS\Repository\ctrl(), ilDclBaseRecordRepresentation\getField(), ILIAS\Survey\Mode\getId(), ilDclBaseRecordRepresentation\getRecord(), ilDclBaseRecordRepresentation\getRecordField(), ILIAS\FileDelivery\http(), ilDclBaseFieldModel\PROP_LINK_DETAIL_PAGE_TEXT, ilDclBaseFieldModel\PROP_URL, ILIAS\Repository\refinery(), shortenLink(), and ILIAS\Repository\user().
|
protected |
Definition at line 90 of file class.ilDclTextRecordRepresentation.php.
References ILIAS\Repository\int().
Referenced by getHTML().
const ilDclTextRecordRepresentation::LINK_MAX_LENGTH = 40 |
Definition at line 21 of file class.ilDclTextRecordRepresentation.php.