ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 (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 | |
getFormInput () | |
Gets the value from from the record field. More... | |
Protected Attributes | |
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.ilDclBaseRecordRepresentation.php.
ilDclBaseRecordRepresentation::__construct | ( | ilDclBaseRecordFieldModel | $record_field | ) |
Definition at line 30 of file class.ilDclBaseRecordRepresentation.php.
References $DIC, $record_field, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
ilDclBaseRecordRepresentation::fillFormInput | ( | ilPropertyFormGUI | $form | ) |
Fills the form with the value of a record.
Definition at line 64 of file class.ilDclBaseRecordRepresentation.php.
References getField(), getFormInput(), ILIAS\Survey\Mode\getId(), ilPropertyFormGUI\getItemByPostVar(), and getRecordField().
ilDclBaseRecordRepresentation::fillRow | ( | ilTemplate | $tpl | ) |
Fills row with record data.
ilTemplate | $tpl |
Definition at line 113 of file class.ilDclBaseRecordRepresentation.php.
ilDclBaseRecordRepresentation::getConfirmationHTML | ( | ) |
Returns data for confirmation list When returning false, attribute is ignored in list.
Definition at line 104 of file class.ilDclBaseRecordRepresentation.php.
References getHTML().
ilDclBaseRecordRepresentation::getField | ( | ) |
Getter shortcut for field.
Definition at line 128 of file class.ilDclBaseRecordRepresentation.php.
Referenced by fillFormInput(), ilDclTextRecordRepresentation\fillFormInput(), ilDclRatingRecordRepresentation\getHTML(), ilDclTextRecordRepresentation\getHTML(), ilDclMobRecordRepresentation\getHTML(), ilDclFileuploadRecordRepresentation\getHTML(), ilDclSelectionRecordRepresentation\getHTML(), ilDclIliasReferenceRecordRepresentation\getSingleHTML(), and ilDclCopyRecordRepresentation\parseFormInput().
ilDclBaseRecordRepresentation::getFormGUI | ( | ilPropertyFormGUI | $formGUI | ) |
Definition at line 46 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Gets the value from from the record field.
Definition at line 79 of file class.ilDclBaseRecordRepresentation.php.
References getRecordField(), ILIAS\UI\Implementation\Component\Input\getValue(), and parseFormInput().
Referenced by fillFormInput(), and ilDclTextRecordRepresentation\fillFormInput().
ilDclBaseRecordRepresentation::getHTML | ( | bool | $link = true , |
array | $options = [] |
||
) |
Outputs html of a certain field.
Definition at line 87 of file class.ilDclBaseRecordRepresentation.php.
References getRecordField().
Referenced by getConfirmationHTML(), and getSingleHTML().
ilDclBaseRecordRepresentation::getRecord | ( | ) |
Getter shortcut for record.
Definition at line 136 of file class.ilDclBaseRecordRepresentation.php.
Referenced by ilDclRatingRecordRepresentation\getHTML(), ilDclTextRecordRepresentation\getHTML(), ilDclFileuploadRecordRepresentation\getHTML(), and ilDclMobRecordRepresentation\getHTML().
ilDclBaseRecordRepresentation::getRecordField | ( | ) |
Get Record Field.
Definition at line 120 of file class.ilDclBaseRecordRepresentation.php.
References $record_field.
Referenced by fillFormInput(), ilDclTextRecordRepresentation\fillFormInput(), ilDclIliasReferenceRecordRepresentation\getActionLink(), getFormInput(), ilDclReferenceRecordRepresentation\getHTML(), ilDclIliasReferenceRecordRepresentation\getHTML(), ilDclRatingRecordRepresentation\getHTML(), ilDclTextRecordRepresentation\getHTML(), ilDclBooleanRecordRepresentation\getHTML(), ilDclFileuploadRecordRepresentation\getHTML(), ilDclMobRecordRepresentation\getHTML(), ilDclDatetimeRecordRepresentation\getHTML(), ilDclSelectionRecordRepresentation\getHTML(), getHTML(), ilDclIliasReferenceRecordRepresentation\getLinkHTML(), and ilDclIliasReferenceRecordRepresentation\getSingleHTML().
ilDclBaseRecordRepresentation::getSingleHTML | ( | ?array | $options = null , |
bool | $link = true |
||
) |
Returns data for single record view.
Definition at line 95 of file class.ilDclBaseRecordRepresentation.php.
References getHTML().
ilDclBaseRecordRepresentation::parseFormInput | ( | $value | ) |
function parses stored value to the variable needed to fill into the form for editing.
string | int | $value |
Definition at line 56 of file class.ilDclBaseRecordRepresentation.php.
Referenced by getFormInput().
|
protected |
Definition at line 23 of file class.ilDclBaseRecordRepresentation.php.
Referenced by ilDclFileuploadRecordRepresentation\getHTML().
|
protected |
Definition at line 24 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 25 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 22 of file class.ilDclBaseRecordRepresentation.php.
Referenced by ilDclIliasReferenceRecordRepresentation\getLinkHTML().
|
protected |
Definition at line 21 of file class.ilDclBaseRecordRepresentation.php.
Referenced by __construct(), ilDclReferenceRecordRepresentation\getHTML(), and getRecordField().
|
protected |
Definition at line 26 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 27 of file class.ilDclBaseRecordRepresentation.php.
|
protected |
Definition at line 28 of file class.ilDclBaseRecordRepresentation.php.