|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestPlayerConfirmationModal:Public Member Functions | |
| __construct (protected UIRenderer $ui_renderer) | |
| getModalId () | |
| setModalId (string $modal_id) | |
| getHeaderText () | |
| setHeaderText (string $header_text) | |
| getConfirmationText () | |
| setConfirmationText (string $confirmation_text) | |
| getConfirmationCheckboxName () | |
| setConfirmationCheckboxName (string $confirmation_checkbox_name) | |
| getConfirmationCheckboxLabel () | |
| setConfirmationCheckboxLabel (string $confirmation_checkbox_label) | |
| getButtons () | |
| addButton (StandardButton|PrimaryButton|ilLinkButton $button) | |
| getParameters () | |
| addParameter (ilHiddenInputGUI $hidden_input_gui) | |
| isConfirmationCheckboxRequired () | |
| buildBody () | |
| getHTML () | |
Protected Attributes | |
| string | $modal_id = '' |
| string | $header_text = '' |
| string | $confirmation_text = '' |
| string | $confirmation_checkbox_name = '' |
| string | $confirmation_checkbox_label = '' |
| array | $buttons = [] |
| array | $parameters = [] |
Definition at line 33 of file class.ilTestPlayerConfirmationModal.php.
| ilTestPlayerConfirmationModal::__construct | ( | protected UIRenderer | $ui_renderer | ) |
Definition at line 51 of file class.ilTestPlayerConfirmationModal.php.
| ilTestPlayerConfirmationModal::addButton | ( | StandardButton|PrimaryButton|ilLinkButton | $button | ) |
Definition at line 114 of file class.ilTestPlayerConfirmationModal.php.
| ilTestPlayerConfirmationModal::addParameter | ( | ilHiddenInputGUI | $hidden_input_gui | ) |
Definition at line 127 of file class.ilTestPlayerConfirmationModal.php.
| ilTestPlayerConfirmationModal::buildBody | ( | ) |
Definition at line 137 of file class.ilTestPlayerConfirmationModal.php.
References 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::getButtons | ( | ) |
Definition at line 109 of file class.ilTestPlayerConfirmationModal.php.
References $buttons.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationCheckboxLabel | ( | ) |
Definition at line 96 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_checkbox_label.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationCheckboxName | ( | ) |
Definition at line 86 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_checkbox_name.
Referenced by buildBody(), and isConfirmationCheckboxRequired().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getConfirmationText | ( | ) |
Definition at line 76 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_text.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getHeaderText | ( | ) |
Definition at line 66 of file class.ilTestPlayerConfirmationModal.php.
References $header_text.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getHTML | ( | ) |
Definition at line 171 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 56 of file class.ilTestPlayerConfirmationModal.php.
References $modal_id.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::getParameters | ( | ) |
Definition at line 122 of file class.ilTestPlayerConfirmationModal.php.
References $parameters.
Referenced by buildBody().
Here is the caller graph for this function:| ilTestPlayerConfirmationModal::isConfirmationCheckboxRequired | ( | ) |
Definition at line 132 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 | ( | string | $confirmation_checkbox_label | ) |
Definition at line 101 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_checkbox_label.
| ilTestPlayerConfirmationModal::setConfirmationCheckboxName | ( | string | $confirmation_checkbox_name | ) |
Definition at line 91 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_checkbox_name.
| ilTestPlayerConfirmationModal::setConfirmationText | ( | string | $confirmation_text | ) |
Definition at line 81 of file class.ilTestPlayerConfirmationModal.php.
References $confirmation_text.
| ilTestPlayerConfirmationModal::setHeaderText | ( | string | $header_text | ) |
Definition at line 71 of file class.ilTestPlayerConfirmationModal.php.
References $header_text.
| ilTestPlayerConfirmationModal::setModalId | ( | string | $modal_id | ) |
Definition at line 61 of file class.ilTestPlayerConfirmationModal.php.
References $modal_id.
|
protected |
Definition at line 44 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getButtons().
|
protected |
Definition at line 39 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxLabel(), and setConfirmationCheckboxLabel().
|
protected |
Definition at line 38 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationCheckboxName(), and setConfirmationCheckboxName().
|
protected |
Definition at line 37 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getConfirmationText(), and setConfirmationText().
|
protected |
Definition at line 36 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getHeaderText(), and setHeaderText().
|
protected |
Definition at line 35 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getModalId(), and setModalId().
|
protected |
Definition at line 49 of file class.ilTestPlayerConfirmationModal.php.
Referenced by getParameters().