|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilSamlIdpMetadataInputGUI:
Collaboration diagram for ilSamlIdpMetadataInputGUI:Public Member Functions | |
| __construct (string $title, string $httpPostVar, ilSamlIdpXmlMetadataParser $idpMetadataParser) | |
| getIdpMetadataParser () | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
Public Member Functions inherited from ilTextAreaInputGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| setValue (string $a_value) | |
| getValue () | |
| setCols (int $a_cols) | |
| getCols () | |
| setRows (int $a_rows) | |
| getRows () | |
| setMaxNumOfChars (int $a_number) | |
| getMaxNumOfChars () | |
| setMinNumOfChars (int $a_number) | |
| getMinNumOfChars () | |
| setUseRte (bool $a_usert, string $version='') | |
| getUseRte () | |
| addPlugin (string $a_plugin) | |
| removePlugin (string $a_plugin) | |
| addButton (string $a_button) | |
| removeButton (string $a_button) | |
| setRTESupport (int $obj_id, string $obj_type, string $module, ?string $cfg_template=null, bool $hide_switch=false, ?string $version=null) | |
| Set RTE support for a special module. More... | |
| removeRTESupport () | |
| setRteTags (array $a_rtetags) | |
| getRteTags () | |
| setRteTagSet (string $a_set_name) | |
| getRteTagSet ($a_set_name) | |
| getRteTagString () | |
| setUseTagsForRteOnly (bool $a_val) | |
| Set use tags for RTE only (default is true) More... | |
| getUseTagsForRteOnly () | |
| setValueByArray (array $a_values) | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| getInput () | |
| insert (ilTemplate $a_tpl) | |
| usePurifier (bool $a_flag=null) | |
| Setter/Getter for the html purifier usage. More... | |
| setPurifier (ilHtmlPurifierInterface $Purifier) | |
| Setter for the html purifier. More... | |
| getPurifier () | |
| setRTERootBlockElement (?string $a_root_block_element) | |
| getRTERootBlockElement () | |
| disableButtons ($a_button) | |
| Sets buttons which should be disabled in TinyMCE. More... | |
| getDisabledButtons (bool $as_array=true) | |
| getInitialRteWidth () | |
| setInitialRteWidth (int $initial_rte_width) | |
| isCharLimited () | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| 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) | |
| Get item by post var. More... | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters (string $a_text) |
| Remove prohibited characters see #19159. More... | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| 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) | |
Definition at line 21 of file class.ilSamlIdpMetadataInputGUI.php.
| ilSamlIdpMetadataInputGUI::__construct | ( | string | $title, |
| string | $httpPostVar, | ||
| ilSamlIdpXmlMetadataParser | $idpMetadataParser | ||
| ) |
Definition at line 25 of file class.ilSamlIdpMetadataInputGUI.php.
References $idpMetadataParser, ilFormPropertyGUI\$title, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilSamlIdpMetadataInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextAreaInputGUI.
Definition at line 36 of file class.ilSamlIdpMetadataInputGUI.php.
References Vendor\Package\$e, $valid, ilFormPropertyGUI\getPostVar(), ILIAS\Repository\lng(), ilFormPropertyGUI\raw(), ilFormPropertyGUI\setAlert(), and ilFormPropertyGUI\stripSlashesAddSpaceFallback().
Here is the call graph for this function:| ilSamlIdpMetadataInputGUI::getIdpMetadataParser | ( | ) |
Definition at line 31 of file class.ilSamlIdpMetadataInputGUI.php.
References $idpMetadataParser.
|
protected |
Definition at line 23 of file class.ilSamlIdpMetadataInputGUI.php.
Referenced by __construct(), and getIdpMetadataParser().