ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
getModalId () | |
setModalId ($modalId) | |
getHeaderText () | |
setHeaderText ($headerText) | |
getConfirmationText () | |
setConfirmationText ($confirmationText) | |
getConfirmationCheckboxName () | |
setConfirmationCheckboxName ($confirmationCheckboxName) | |
getConfirmationCheckboxLabel () | |
setConfirmationCheckboxLabel ($confirmationCheckboxLabel) | |
getButtons () | |
addButton (ilLinkButton $button) | |
getParameters () | |
addParameter (ilHiddenInputGUI $hiddenInputGUI) | |
isConfirmationCheckboxRequired () | |
buildBody () | |
getHTML () | |
buildModalButtonInstance ($buttonId) | |
Protected Attributes | |
$modalId = '' | |
$headerText = '' | |
$confirmationText = '' | |
$confirmationCheckboxName = '' | |
$confirmationCheckboxLabel = '' | |
$buttons = array() | |
$parameters = array() | |
Definition at line 27 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::addButton | ( | ilLinkButton | $button | ) |
ilLinkButton | $button |
Definition at line 155 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::addParameter | ( | ilHiddenInputGUI | $hiddenInputGUI | ) |
ilHiddenInputGUI | $hiddenInputGUI |
Definition at line 171 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::buildBody | ( | ) |
Definition at line 187 of file class.ilTestPlayerConfirmationModal.php.
References $tpl, getButtons(), getConfirmationCheckboxLabel(), getConfirmationCheckboxName(), getConfirmationText(), getParameters(), and isConfirmationCheckboxRequired().
Referenced by getHTML().
ilTestPlayerConfirmationModal::buildModalButtonInstance | ( | $buttonId | ) |
string | $buttonId |
Definition at line 231 of file class.ilTestPlayerConfirmationModal.php.
References ilLinkButton\getInstance().
ilTestPlayerConfirmationModal::getButtons | ( | ) |
Definition at line 147 of file class.ilTestPlayerConfirmationModal.php.
References $buttons.
Referenced by buildBody().
ilTestPlayerConfirmationModal::getConfirmationCheckboxLabel | ( | ) |
Definition at line 131 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxLabel.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
ilTestPlayerConfirmationModal::getConfirmationCheckboxName | ( | ) |
Definition at line 115 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxName.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
ilTestPlayerConfirmationModal::getConfirmationText | ( | ) |
Definition at line 99 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationText.
Referenced by buildBody().
ilTestPlayerConfirmationModal::getHeaderText | ( | ) |
Definition at line 83 of file class.ilTestPlayerConfirmationModal.php.
References $headerText.
Referenced by getHTML().
ilTestPlayerConfirmationModal::getHTML | ( | ) |
Definition at line 218 of file class.ilTestPlayerConfirmationModal.php.
References buildBody(), getHeaderText(), ilModalGUI\getInstance(), and getModalId().
ilTestPlayerConfirmationModal::getModalId | ( | ) |
Definition at line 67 of file class.ilTestPlayerConfirmationModal.php.
References $modalId.
Referenced by getHTML().
ilTestPlayerConfirmationModal::getParameters | ( | ) |
Definition at line 163 of file class.ilTestPlayerConfirmationModal.php.
References $parameters.
Referenced by buildBody().
ilTestPlayerConfirmationModal::isConfirmationCheckboxRequired | ( | ) |
Definition at line 179 of file class.ilTestPlayerConfirmationModal.php.
References getConfirmationCheckboxLabel(), and getConfirmationCheckboxName().
Referenced by buildBody().
ilTestPlayerConfirmationModal::setConfirmationCheckboxLabel | ( | $confirmationCheckboxLabel | ) |
string | $confirmationCheckboxLabel |
Definition at line 139 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxLabel.
ilTestPlayerConfirmationModal::setConfirmationCheckboxName | ( | $confirmationCheckboxName | ) |
string | $confirmationCheckboxName |
Definition at line 123 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxName.
ilTestPlayerConfirmationModal::setConfirmationText | ( | $confirmationText | ) |
string | $confirmationText |
Definition at line 107 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationText.
ilTestPlayerConfirmationModal::setHeaderText | ( | $headerText | ) |
string | $headerText |
Definition at line 91 of file class.ilTestPlayerConfirmationModal.php.
References $headerText.
ilTestPlayerConfirmationModal::setModalId | ( | $modalId | ) |
string | $modalId |
Definition at line 75 of file class.ilTestPlayerConfirmationModal.php.
References $modalId.
|
protected |
Definition at line 57 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getButtons().
|
protected |
Definition at line 52 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxLabel(), and setConfirmationCheckboxLabel().
|
protected |
Definition at line 47 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxName(), and setConfirmationCheckboxName().
|
protected |
Definition at line 42 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationText(), and setConfirmationText().
|
protected |
Definition at line 37 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getHeaderText(), and setHeaderText().
|
protected |
Definition at line 32 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getModalId(), and setModalId().
|
protected |
Definition at line 62 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getParameters().