ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 (ilAssOrderingFormValuesObjectsConverter $converter, $postVar) | |
setInteractionEnabled (bool $interaction_enabled) | |
setNestingEnabled (bool $nesting_enabled) | |
setStylingDisabled (bool $styling_disabled) | |
setElementList (ilAssOrderingElementList $elementList) | |
getElementList (int $questionId) | |
prepareReprintable (assQuestion $question) | |
getContext () | |
setContext (string $context) | |
getUniquePrefix () | |
setUniquePrefix (int $unique_prefix) | |
setOrderingType (int $ordering_type) | |
getOrderingType () | |
setElementImagePath (string $element_image_path) | |
getElementImagePath () | |
setThumbPrefix (string $thumbnail_filename_prefix) | |
getThumbPrefix () | |
setShowCorrectnessIconsEnabled (bool $show_correctness_icons_enabled) | |
isShowCorrectnessIconsEnabled () | |
getCorrectnessTrueElementList () | |
setCorrectnessTrueElementList (ilAssOrderingElementList $correctness_true_element_list) | |
isPostSubmit ($data) | |
render (string $a_mode='') | |
onCheckInput () | |
getHTML () | |
![]() | |
__construct ($a_title="", $a_postvar="") | |
getElementAddCmd () | |
setElementAddCmd (string $element_add_cmd) | |
getElementRemoveCmd () | |
setElementRemoveCmd (string $element_remove_cmd) | |
getElementMoveUpCommand () | |
setElementMoveUpCommand (string $element_move_up_cmd) | |
getElementMoveDownCommand () | |
setElementMoveDownCommand (string $element_move_down_cmd) | |
setValues ($values) | |
getValues () | |
setValue ($value) | |
getValue () | |
setMultiValues (array $values) | |
getMultiValues () | |
setIdentifiedMultiValues ($values) | |
getIdentifiedMultiValues () | |
setValueByArray (array $a_values) | |
getInput () | |
checkInput () | |
onCheckInput () | |
prepareReprintable (assQuestion $question) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
setValue ($a_value) | |
getValue () | |
setValidationFailureMessage (string $a_msg) | |
getValidationFailureMessage () | |
setValidationRegexp (string $a_value) | |
getValidationRegexp () | |
setMaxLength (?int $a_maxlength) | |
getMaxLength () | |
setSize (int $a_size) | |
setInlineStyle (string $a_style) | |
getInlineStyle () | |
setCssClass (string $a_class) | |
getCssClass () | |
setValueByArray (array $a_values) | |
getSize () | |
setSuffix (string $a_value) | |
getSuffix () | |
setInputType (string $a_type) | |
set input type More... | |
getInputType () | |
setSubmitFormOnEnter (bool $a_val) | |
getSubmitFormOnEnter () | |
checkInput () | |
getInput () | |
getDataSource () | |
setDataSource (string $href, ?string $a_delimiter=null) | |
setDataSourceSubmitOnSelection (bool $a_stat) | |
getDataSourceSubmitOnSelection () | |
setDataSourceSubmitUrl (string $a_url) | |
getDataSourceSubmitUrl () | |
setMultiValues (array $a_values) | |
render (string $a_mode="") | |
insert (ilTemplate $a_tpl) | |
getTableFilterHTML () | |
Get input item HTML to be inserted into table filters. More... | |
getToolbarHTML () | |
Get input item HTML to be inserted into ilToolbarGUI. More... | |
setDisableHtmlAutoComplete (bool $autocomplete) | |
isHtmlAutoCompleteDisabled () | |
getPostValueForComparison () | |
![]() | |
addSubItem (ilFormPropertyGUI $a_item) | |
getSubItems () | |
getSubInputItemsRecursive () | |
returns a flat array of possibly existing subitems recursively More... | |
checkSubItemsInput () | |
Check SubItems. More... | |
getSubForm () | |
getItemByPostVar (string $a_post_var) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
executeCommand () | |
getType () | |
setTitle (string $a_title) | |
getTitle () | |
setPostVar (string $a_postvar) | |
getPostVar () | |
getFieldId () | |
setInfo (string $a_info) | |
getInfo () | |
setAlert (string $a_alert) | |
getAlert () | |
setRequired (bool $a_required) | |
getRequired () | |
setDisabled (bool $a_disabled) | |
getDisabled () | |
checkInput () | |
Check input, strip slashes etc. More... | |
setParentForm (ilPropertyFormGUI $a_parentform) | |
getParentForm () | |
setParent (ilFormPropertyGUI $a_val) | |
getParent () | |
getSubForm () | |
hideSubForm () | |
setHiddenTitle (string $a_val) | |
getHiddenTitle () | |
getItemByPostVar (string $a_post_var) | |
Get item by post var. More... | |
serializeData () | |
unserializeData (string $a_data) | |
setParentTable ($a_val) | |
Set parent table. More... | |
getParentTable () | |
Get parent table. More... | |
writeToSession () | |
clearFromSession () | |
readFromSession () | |
getHiddenTag (string $a_post_var, string $a_value) | |
setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
getMulti () | |
setMultiValues (array $a_values) | |
getMultiValues () | |
getContentOutsideFormTag () | |
Get content that has to reside outside of the parent form tag, e.g. More... | |
stripSlashesAddSpaceFallback (string $a_str) | |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
getTableFilterLabelFor () | |
Get label "for" attribute value for filter. More... | |
getFormLabelFor () | |
Get label "for" attribute value for form. More... | |
setRequestParam (string $key, $val) | |
This writes the request (aka post) values. More... | |
![]() | |
getTableFilterLabelFor () | |
Get label "for" attribute value. More... | |
Data Fields | |
const | CONTEXT_QUESTION_PREVIEW = 'QuestionPreview' |
const | CONTEXT_CORRECT_SOLUTION_PRESENTATION = 'CorrectSolutionPresent' |
const | CONTEXT_USER_SOLUTION_PRESENTATION = 'UserSolutionPresent' |
const | CONTEXT_USER_SOLUTION_SUBMISSION = 'UserSolutionSubmit' |
![]() | |
const | ELEMENT_DEFAULT_ADD_CMD = 'addElement' |
const | ELEMENT_DEFAULT_REMOVE_CMD = 'removeElement' |
const | ELEMENT_DEFAULT_MOVE_UP_CMD = 'moveUpElement' |
const | ELEMENT_DEFAULT_MOVE_DOWN_CMD = 'moveDownElement' |
Private Member Functions | |
getGlobalTpl () | |
initListTemplate () | |
getCorrectness (int $identifier) | |
getCorrectnessIcon ($correctness) | |
getItemTemplate () | |
getThumbnailFilename ($element) | |
getThumbnailSource ($element) | |
getItemHtml (array $element, string $identifier, string $content_post_var, string $position_post_var, string $indentation_post_var) | |
renderListItem (array $value, string $identifier, string $children) | |
renderMainList () | |
addIdentifierToValues (array $values) | |
buildHierarchicalTreeFromDBValues (array $values) | |
buildHTMLView (array $array, \Closure $sort_closure) | |
initializePlayerJS () | |
Private Attributes | |
const | POSTVAR_CONTENT = 'content' |
const | POSTVAR_POSITION = 'position' |
const | POSTVAR_INDENTATION = 'indentation' |
const | DEFAULT_THUMBNAIL_PREFIX = 'thumb.' |
string | $context = null |
int | $unique_prefix = null |
int | $ordering_type = null |
string | $thumbnail_filename_prefix = self::DEFAULT_THUMBNAIL_PREFIX |
string | $element_image_path = null |
bool | $show_correctness_icons_enabled = false |
ilAssOrderingElementList | $correctness_true_element_list = null |
bool | $interaction_enabled = true |
bool | $nesting_enabled = true |
bool | $styling_disabled = false |
ilTemplate | $list_tpl = null |
UIFactory | $ui_factory |
UIRenderer | $ui_renderer |
Additional Inherited Members | |
![]() | |
static | removeProhibitedCharacters (string $a_text) |
Remove prohibited characters see #19159. More... | |
![]() | |
getMultiValueSubFieldId ($identifier, $sub_field_index) | |
getMultiValuePosIndexedFieldId ($identifier, $position_index) | |
getMultiValuePosIndexedSubFieldId ($identifier, $sub_field_index, $position_index) | |
getFieldIdFromPostVar ($temp_post_var) | |
getPostVarSubField ($sub_field_index) | |
getMultiValuePostVarSubField ($identifier, $sub_field_index) | |
getMultiValuePostVarSubFieldPosIndexed ($identifier, $sub_field_index, $position_index) | |
getMultiValuePostVarPosIndexed ($identifier, $positionIndex) | |
getMultiValuePostVar ($identifier) | |
buildMultiValueSubmitVar ($identifier, $position_index, $submit_cmd) | |
setIdentifiedMultiValuesByArray ($a_values) | |
prepareMultiValuesInput ($values) | |
prepareMultiValuesSubmit ($values) | |
getFormValuesManipulators () | |
addFormValuesManipulator (ilFormValuesManipulator $manipulator) | |
getSubFieldCompletedPostVar ($subFieldIndex, $elem_post_var) | |
![]() | |
symbol () | |
setType (string $a_type) | |
checkParentFormTable () | |
getSessionKey () | |
getMultiIconsHTML () | |
int ($key) | |
intArray ($key) | |
str ($key) | |
raw ($key) | |
strArray ($key) | |
arrayArray ($key) | |
isRequestParamArray (string $key) | |
getRequestParam (string $key, Refinery\Transformation $t) | |
![]() | |
string | $element_add_cmd = self::ELEMENT_DEFAULT_ADD_CMD |
string | $element_remove_cmd = self::ELEMENT_DEFAULT_REMOVE_CMD |
string | $element_move_up_cmd = self::ELEMENT_DEFAULT_MOVE_UP_CMD |
string | $element_move_down_cmd = self::ELEMENT_DEFAULT_MOVE_DOWN_CMD |
$identified_multi_values = [] | |
$formValuesManipulationChain = [] | |
![]() | |
$value = null | |
int | $maxlength = 200 |
int | $size = 40 |
string | $validationRegexp = "" |
string | $validationFailureMessage = '' |
string | $suffix = "" |
string | $style_css = "" |
string | $css_class = "" |
string | $ajax_datasource = "" |
string | $ajax_datasource_delimiter = null |
bool | $ajax_datasource_commit = false |
string | $ajax_datasource_commit_url = "" |
bool | $submit_form_on_enter = false |
bool | $autocomplete_disabled = false |
string | $input_type = "" |
![]() | |
array | $sub_items = array() |
![]() | |
array | $set_params = [] |
ilTable2GUI | $parent_table = null |
ilFormPropertyGUI | $parent_gui = null |
ilCtrl | $ctrl |
ilLanguage | $lng |
string | $type = "" |
string | $title = "" |
string | $postvar = "" |
string | $info = "" |
string | $alert = "" |
bool | $required = false |
ilPropertyFormGUI | $parentform = null |
string | $hidden_title = "" |
bool | $multi = false |
bool | $multi_sortable = false |
bool | $multi_addremove = true |
array | $multi_values = [] |
RequestInterface | $request |
HTTP Services | $http |
Refinery Factory | $refinery = null |
bool | $disabled = false |
ilGlobalTemplateInterface | $global_tpl = null |
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
Definition at line 22 of file class.ilAssNestedOrderingElementsInputGUI.php.
ilAssNestedOrderingElementsInputGUI::__construct | ( | ilAssOrderingFormValuesObjectsConverter | $converter, |
$postVar | |||
) |
Definition at line 50 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ilIdentifiedMultiValuesInputGUI\addFormValuesManipulator().
|
private |
Definition at line 326 of file class.ilAssNestedOrderingElementsInputGUI.php.
References assOrderingQuestionGUI\F_NESTED_IDENTIFIER_PREFIX.
Referenced by renderMainList().
|
private |
Definition at line 334 of file class.ilAssNestedOrderingElementsInputGUI.php.
References Vendor\Package\$a, Vendor\Package\$b, and null.
Referenced by renderMainList().
|
private |
Definition at line 367 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $c, and renderListItem().
Referenced by renderMainList().
ilAssNestedOrderingElementsInputGUI::getContext | ( | ) |
Definition at line 109 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $context.
|
private |
Definition at line 179 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getCorrectnessTrueElementList().
Referenced by getItemHtml().
|
private |
Definition at line 184 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $path, ilUtil\getImagePath(), and ILIAS\Repository\lng().
Referenced by getItemHtml().
ilAssNestedOrderingElementsInputGUI::getCorrectnessTrueElementList | ( | ) |
Definition at line 169 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $correctness_true_element_list.
Referenced by getCorrectness().
ilAssNestedOrderingElementsInputGUI::getElementImagePath | ( | ) |
Definition at line 144 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $element_image_path.
Referenced by getThumbnailSource().
ilAssNestedOrderingElementsInputGUI::getElementList | ( | int | $questionId | ) |
Definition at line 93 of file class.ilAssNestedOrderingElementsInputGUI.php.
References ilAssOrderingElementList\buildInstance(), and ilIdentifiedMultiValuesInputGUI\getIdentifiedMultiValues().
Referenced by prepareReprintable().
|
private |
Definition at line 78 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $GLOBALS.
Referenced by initializePlayerJS(), and render().
ilAssNestedOrderingElementsInputGUI::getHTML | ( | ) |
Definition at line 402 of file class.ilAssNestedOrderingElementsInputGUI.php.
References render().
|
private |
Definition at line 215 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getCorrectness(), getCorrectnessIcon(), getItemTemplate(), getOrderingType(), getThumbnailFilename(), getThumbnailSource(), isShowCorrectnessIconsEnabled(), assOrderingQuestion\OQ_NESTED_PICTURES, assOrderingQuestion\OQ_NESTED_TERMS, assOrderingQuestion\OQ_PICTURES, assOrderingQuestion\OQ_TERMS, and ilLegacyFormElementsUtil\prepareFormOutput().
Referenced by renderListItem().
|
private |
Definition at line 200 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getItemHtml().
ilAssNestedOrderingElementsInputGUI::getOrderingType | ( | ) |
Definition at line 134 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $ordering_type.
Referenced by getItemHtml().
|
private |
Definition at line 205 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getThumbPrefix().
Referenced by getItemHtml(), and getThumbnailSource().
|
private |
Definition at line 210 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getElementImagePath(), and getThumbnailFilename().
Referenced by getItemHtml().
ilAssNestedOrderingElementsInputGUI::getThumbPrefix | ( | ) |
Definition at line 154 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $thumbnail_filename_prefix.
Referenced by getThumbnailFilename().
ilAssNestedOrderingElementsInputGUI::getUniquePrefix | ( | ) |
Definition at line 119 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $unique_prefix.
|
private |
Definition at line 407 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getGlobalTpl().
Referenced by render().
|
private |
Definition at line 83 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by renderMainList().
ilAssNestedOrderingElementsInputGUI::isPostSubmit | ( | $data | ) |
Definition at line 266 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $data, and ilFormPropertyGUI\getPostVar().
Referenced by assOrderingQuestion\getSolutionOrderingElementListForTestOutput().
ilAssNestedOrderingElementsInputGUI::isShowCorrectnessIconsEnabled | ( | ) |
Definition at line 164 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $show_correctness_icons_enabled.
Referenced by getItemHtml().
ilAssNestedOrderingElementsInputGUI::onCheckInput | ( | ) |
Definition at line 397 of file class.ilAssNestedOrderingElementsInputGUI.php.
ilAssNestedOrderingElementsInputGUI::prepareReprintable | ( | assQuestion | $question | ) |
Definition at line 98 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getElementList(), assQuestion\getId(), and setElementList().
ilAssNestedOrderingElementsInputGUI::render | ( | string | $a_mode = '' | ) |
Definition at line 384 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getGlobalTpl(), initializePlayerJS(), and renderMainList().
Referenced by getHTML().
|
private |
Definition at line 283 of file class.ilAssNestedOrderingElementsInputGUI.php.
References getItemHtml(), and ilIdentifiedMultiValuesInputGUI\getMultiValuePostVarSubField().
Referenced by buildHTMLView().
|
private |
Definition at line 306 of file class.ilAssNestedOrderingElementsInputGUI.php.
References Vendor\Package\$a, Vendor\Package\$b, addIdentifierToValues(), buildHierarchicalTreeFromDBValues(), buildHTMLView(), ilIdentifiedMultiValuesInputGUI\getIdentifiedMultiValues(), and initListTemplate().
Referenced by render().
ilAssNestedOrderingElementsInputGUI::setContext | ( | string | $context | ) |
Definition at line 114 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $context.
ilAssNestedOrderingElementsInputGUI::setCorrectnessTrueElementList | ( | ilAssOrderingElementList | $correctness_true_element_list | ) |
Definition at line 174 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $correctness_true_element_list.
ilAssNestedOrderingElementsInputGUI::setElementImagePath | ( | string | $element_image_path | ) |
Definition at line 139 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $element_image_path.
ilAssNestedOrderingElementsInputGUI::setElementList | ( | ilAssOrderingElementList | $elementList | ) |
Definition at line 88 of file class.ilAssNestedOrderingElementsInputGUI.php.
References ilAssOrderingElementList\getRandomIdentifierIndexedElements(), and ilIdentifiedMultiValuesInputGUI\setIdentifiedMultiValues().
Referenced by prepareReprintable().
ilAssNestedOrderingElementsInputGUI::setInteractionEnabled | ( | bool | $interaction_enabled | ) |
Definition at line 63 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $interaction_enabled.
ilAssNestedOrderingElementsInputGUI::setNestingEnabled | ( | bool | $nesting_enabled | ) |
Definition at line 68 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $nesting_enabled.
ilAssNestedOrderingElementsInputGUI::setOrderingType | ( | int | $ordering_type | ) |
Definition at line 129 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $ordering_type.
ilAssNestedOrderingElementsInputGUI::setShowCorrectnessIconsEnabled | ( | bool | $show_correctness_icons_enabled | ) |
Definition at line 159 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $show_correctness_icons_enabled.
ilAssNestedOrderingElementsInputGUI::setStylingDisabled | ( | bool | $styling_disabled | ) |
Definition at line 73 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $styling_disabled.
ilAssNestedOrderingElementsInputGUI::setThumbPrefix | ( | string | $thumbnail_filename_prefix | ) |
Definition at line 149 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $thumbnail_filename_prefix.
ilAssNestedOrderingElementsInputGUI::setUniquePrefix | ( | int | $unique_prefix | ) |
Definition at line 124 of file class.ilAssNestedOrderingElementsInputGUI.php.
References $unique_prefix.
|
private |
Definition at line 35 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getContext(), and setContext().
|
private |
Definition at line 41 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getCorrectnessTrueElementList(), and setCorrectnessTrueElementList().
|
private |
Definition at line 39 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getElementImagePath(), and setElementImagePath().
|
private |
Definition at line 42 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by setInteractionEnabled().
|
private |
Definition at line 45 of file class.ilAssNestedOrderingElementsInputGUI.php.
|
private |
Definition at line 43 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by setNestingEnabled().
Definition at line 37 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getOrderingType(), and setOrderingType().
|
private |
Definition at line 40 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by isShowCorrectnessIconsEnabled(), and setShowCorrectnessIconsEnabled().
|
private |
Definition at line 44 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by setStylingDisabled().
|
private |
Definition at line 38 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getThumbPrefix(), and setThumbPrefix().
|
private |
Definition at line 47 of file class.ilAssNestedOrderingElementsInputGUI.php.
|
private |
Definition at line 48 of file class.ilAssNestedOrderingElementsInputGUI.php.
Definition at line 36 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by getUniquePrefix(), and setUniquePrefix().
const ilAssNestedOrderingElementsInputGUI::CONTEXT_CORRECT_SOLUTION_PRESENTATION = 'CorrectSolutionPresent' |
Definition at line 29 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by assOrderingQuestion\getSolutionOutputForLog(), and assOrderingQuestionGUI\renderSolutionOutput().
const ilAssNestedOrderingElementsInputGUI::CONTEXT_QUESTION_PREVIEW = 'QuestionPreview' |
Definition at line 28 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by assOrderingQuestionGUI\getPreview().
const ilAssNestedOrderingElementsInputGUI::CONTEXT_USER_SOLUTION_PRESENTATION = 'UserSolutionPresent' |
Definition at line 30 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by assOrderingQuestionGUI\renderSolutionOutput().
const ilAssNestedOrderingElementsInputGUI::CONTEXT_USER_SOLUTION_SUBMISSION = 'UserSolutionSubmit' |
Definition at line 31 of file class.ilAssNestedOrderingElementsInputGUI.php.
Referenced by assOrderingQuestion\fetchSolutionListFromFormSubmissionData(), and assOrderingQuestionGUI\getTestOutput().
|
private |
Definition at line 33 of file class.ilAssNestedOrderingElementsInputGUI.php.
|
private |
Definition at line 24 of file class.ilAssNestedOrderingElementsInputGUI.php.
|
private |
Definition at line 26 of file class.ilAssNestedOrderingElementsInputGUI.php.
|
private |
Definition at line 25 of file class.ilAssNestedOrderingElementsInputGUI.php.