|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilTestPlayerConfirmationModal: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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::buildModalButtonInstance | ( | $buttonId | ) |
| string | $buttonId |
Definition at line 217 of file class.ilTestPlayerConfirmationModal.php.
References ilLinkButton\getInstance().
Here is the call graph for this function:| ilTestPlayerConfirmationModal::getButtons | ( | ) |
Definition at line 133 of file class.ilTestPlayerConfirmationModal.php.
References $buttons.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationCheckboxLabel | ( | ) |
Definition at line 117 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxLabel.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationCheckboxName | ( | ) |
Definition at line 101 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationCheckboxName.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationText | ( | ) |
Definition at line 85 of file class.ilTestPlayerConfirmationModal.php.
References $confirmationText.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getHeaderText | ( | ) |
Definition at line 69 of file class.ilTestPlayerConfirmationModal.php.
References $headerText.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getHTML | ( | ) |
Definition at line 204 of file class.ilTestPlayerConfirmationModal.php.
References buildBody(), getHeaderText(), ilModalGUI\getInstance(), and getModalId().
Here is the call graph for this function:| ilTestPlayerConfirmationModal::getModalId | ( | ) |
Definition at line 53 of file class.ilTestPlayerConfirmationModal.php.
References $modalId.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getParameters | ( | ) |
Definition at line 149 of file class.ilTestPlayerConfirmationModal.php.
References $parameters.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::isConfirmationCheckboxRequired | ( | ) |
Definition at line 165 of file class.ilTestPlayerConfirmationModal.php.
References getConfirmationCheckboxLabel(), and getConfirmationCheckboxName().
Referenced by buildBody().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().