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 (ilPageObject $a_pg_obj, ?ilPCVerification $a_content_obj, string $a_hier_id='0', string $a_pc_id="") | |
executeCommand () | |
insert (?ilPropertyFormGUI $a_form=null) | |
edit (?ilPropertyFormGUI $a_form=null) | |
create () | |
update () | |
![]() | |
__construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id="", string $a_pc_id="0") | |
setContentObject (ilPageContent $a_val) | |
getContentObject () | |
setPage (ilPageObject $a_val) | |
getPage () | |
setPageConfig (ilPageConfig $a_val) | |
getPageConfig () | |
setStyleId (int $a_styleid) | |
getStyleId () | |
getStyle () | |
getCharacteristicsOfCurrentStyle (array $a_type) | |
Get characteristics of current style and call setCharacteristics, if style is given. More... | |
setCharacteristics (array $a_chars) | |
getCharacteristics () | |
getHierId () | |
setHierId (string $a_hier_id) | |
set hierarchical id in dom object More... | |
delete () | |
moveAfter () | |
move content element after another element More... | |
moveBefore () | |
move content element before another element More... | |
splitPage () | |
split page to new page at specified position More... | |
splitPageNext () | |
split page to next page at specified position More... | |
displayValidationError () | |
cancelCreate () | |
cancel creating page content More... | |
cancelUpdate () | |
cancel update More... | |
cancel () | |
Cancel. More... | |
deactivate () | |
gui function set enabled if is not enabled and vice versa More... | |
cut () | |
Cut single element. More... | |
copy () | |
Copy single element. More... | |
getTemplateOptions (string $a_type="") | |
Get table templates. More... | |
Protected Member Functions | |
initForm (bool $a_insert=false) | |
![]() | |
redirectToParent (string $hier_id="") | |
getParentReturn (string $hier_id="") | |
updateAndReturn () | |
setCurrentTextLang (string $lang_key) | |
getCurrentTextLang () | |
Protected Attributes | |
ilObjUser | $user |
![]() | |
EditSessionRepository | $edit_repo |
string | $pc_id = "" |
array | $chars |
ilObjStyleSheet | $style = null |
ilLogger | $log |
int | $styleid = 0 |
EditGUIRequest | $request |
string | $sub_command = "" |
int | $requested_ref_id = 0 |
Style Content CharacteristicManager | $char_manager |
Private Member Functions | |
getValidWorkspaceCertificateNodeByIdMap () | |
getValidCertificateByIdMap () | |
Private Attributes | |
const | SUPPORTED_TYPES = ['excv', 'tstv', 'crsv', 'cmxv', 'ltiv', 'scov'] |
Additional Inherited Members | |
![]() | |
static | _getCommonBBButtons () |
![]() | |
ilPageContent | $content_obj |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
ilCtrl | $ctrl |
ilPageObject | $pg_obj |
string | $hier_id = "" |
php4DOMDocument | $dom |
$updated | |
string | $target_script = "" |
string | $return_location = "" |
ilPageConfig | $page_config = null |
![]() | |
static string | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" |
![]() | |
static array | $common_bb_buttons |
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 Class ilPCVerificationGUI Handles user commands on verifications
Definition at line 26 of file class.ilPCVerificationGUI.php.
ilPCVerificationGUI::__construct | ( | ilPageObject | $a_pg_obj, |
?ilPCVerification | $a_content_obj, | ||
string | $a_hier_id = '0' , |
||
string | $a_pc_id = "" |
||
) |
Definition at line 31 of file class.ilPCVerificationGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\user().
ilPCVerificationGUI::create | ( | ) |
Definition at line 194 of file class.ilPCVerificationGUI.php.
References Vendor\Package\$e, ILIAS\Repository\ctrl(), ilPageContentGUI\getPage(), initForm(), insert(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
ilPCVerificationGUI::edit | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 59 of file class.ilPCVerificationGUI.php.
References ilPageContentGUI\displayValidationError(), and initForm().
Referenced by update().
ilPCVerificationGUI::executeCommand | ( | ) |
Definition at line 43 of file class.ilPCVerificationGUI.php.
References ILIAS\Repository\ctrl().
|
private |
JsonException |
Definition at line 94 of file class.ilPCVerificationGUI.php.
References ILIAS\Repository\user().
Referenced by initForm(), and update().
|
private |
Definition at line 72 of file class.ilPCVerificationGUI.php.
References ilTree\getNodeData(), ilTree\getRootId(), and ILIAS\Repository\user().
Referenced by initForm(), and update().
|
protected |
Definition at line 107 of file class.ilPCVerificationGUI.php.
References $data, $type, ilSubEnabledFormPropertyGUI\addSubItem(), ilRadioOption\addSubItem(), ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), getValidCertificateByIdMap(), getValidWorkspaceCertificateNodeByIdMap(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ilRadioOption\setValue().
Referenced by create(), edit(), insert(), and update().
ilPCVerificationGUI::insert | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 49 of file class.ilPCVerificationGUI.php.
References ilPageContentGUI\displayValidationError(), and initForm().
Referenced by create().
ilPCVerificationGUI::update | ( | ) |
JsonException | |
ilDateTimeException |
Definition at line 236 of file class.ilPCVerificationGUI.php.
References Vendor\Package\$e, ILIAS\Repository\ctrl(), edit(), getValidCertificateByIdMap(), getValidWorkspaceCertificateNodeByIdMap(), initForm(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
|
protected |
Definition at line 29 of file class.ilPCVerificationGUI.php.
|
private |
Definition at line 28 of file class.ilPCVerificationGUI.php.