ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 13 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::addButton | ( | ilLinkButton | $button | ) |
ilLinkButton | $button |
Definition at line 141 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::addParameter | ( | ilHiddenInputGUI | $hiddenInputGUI | ) |
ilHiddenInputGUI | $hiddenInputGUI |
Definition at line 157 of file class.ilTestPlayerConfirmationModal.php.
ilTestPlayerConfirmationModal::buildBody | ( | ) |
Definition at line 173 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 217 of file class.ilTestPlayerConfirmationModal.php.
References ilLinkButton\getInstance().
ilTestPlayerConfirmationModal::getButtons | ( | ) |
Definition at line 133 of file class.ilTestPlayerConfirmationModal.php.
References $buttons.
Referenced by buildBody().
ilTestPlayerConfirmationModal::getConfirmationCheckboxLabel | ( | ) |
Definition at line 117 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxLabel.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
ilTestPlayerConfirmationModal::getConfirmationCheckboxName | ( | ) |
Definition at line 101 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxName.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
ilTestPlayerConfirmationModal::getConfirmationText | ( | ) |
Definition at line 85 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationText.
Referenced by buildBody().
ilTestPlayerConfirmationModal::getHeaderText | ( | ) |
Definition at line 69 of file class.ilTestPlayerConfirmationModal.php.
References $headerText.
Referenced by getHTML().
ilTestPlayerConfirmationModal::getHTML | ( | ) |
Definition at line 204 of file class.ilTestPlayerConfirmationModal.php.
References buildBody(), getHeaderText(), ilModalGUI\getInstance(), and getModalId().
ilTestPlayerConfirmationModal::getModalId | ( | ) |
Definition at line 53 of file class.ilTestPlayerConfirmationModal.php.
References $modalId.
Referenced by getHTML().
ilTestPlayerConfirmationModal::getParameters | ( | ) |
Definition at line 149 of file class.ilTestPlayerConfirmationModal.php.
References $parameters.
Referenced by buildBody().
ilTestPlayerConfirmationModal::isConfirmationCheckboxRequired | ( | ) |
Definition at line 165 of file class.ilTestPlayerConfirmationModal.php.
References getConfirmationCheckboxLabel(), and getConfirmationCheckboxName().
Referenced by buildBody().
ilTestPlayerConfirmationModal::setConfirmationCheckboxLabel | ( | $confirmationCheckboxLabel | ) |
string | $confirmationCheckboxLabel |
Definition at line 125 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxLabel.
ilTestPlayerConfirmationModal::setConfirmationCheckboxName | ( | $confirmationCheckboxName | ) |
string | $confirmationCheckboxName |
Definition at line 109 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxName.
ilTestPlayerConfirmationModal::setConfirmationText | ( | $confirmationText | ) |
string | $confirmationText |
Definition at line 93 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationText.
ilTestPlayerConfirmationModal::setHeaderText | ( | $headerText | ) |
string | $headerText |
Definition at line 77 of file class.ilTestPlayerConfirmationModal.php.
References $headerText.
ilTestPlayerConfirmationModal::setModalId | ( | $modalId | ) |
string | $modalId |
Definition at line 61 of file class.ilTestPlayerConfirmationModal.php.
References $modalId.
|
protected |
Definition at line 43 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getButtons().
|
protected |
Definition at line 38 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxLabel(), and setConfirmationCheckboxLabel().
|
protected |
Definition at line 33 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxName(), and setConfirmationCheckboxName().
|
protected |
Definition at line 28 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationText(), and setConfirmationText().
|
protected |
Definition at line 23 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getHeaderText(), and setHeaderText().
|
protected |
Definition at line 18 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getModalId(), and setModalId().
|
protected |
Definition at line 48 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getParameters().