|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This class represents a email property in a property form. More...
Inheritance diagram for ilEMailInputGUI:
Collaboration diagram for ilEMailInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. More... | |
| setValue ($a_value) | |
| Set Value. More... | |
| getValue () | |
| Get Value. More... | |
| setValueByArray ($a_values) | |
| Set value by array. More... | |
| allowRFC822 ($a_value) | |
| Allow extended email address format. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| insert (ilTemplate $a_tpl) | |
| setRetype ($a_val) | |
| getRetype () | |
| setRetypeValue ($a_retypevalue) | |
| getRetypeValue () | |
| setSize ($size) | |
| getSize () | |
| setMaxLength ($max_length) | |
| getMaxLength () | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| getType () | |
| Get Type. More... | |
| setTitle ($a_title) | |
| Set Title. More... | |
| getTitle () | |
| Get Title. More... | |
| setPostVar ($a_postvar) | |
| Set Post Variable. More... | |
| getPostVar () | |
| Get Post Variable. More... | |
| getFieldId () | |
| Get Post Variable. More... | |
| setInfo ($a_info) | |
| Set Information Text. More... | |
| getInfo () | |
| Get Information Text. More... | |
| setAlert ($a_alert) | |
| Set Alert Text. More... | |
| getAlert () | |
| Get Alert Text. More... | |
| setRequired ($a_required) | |
| Set Required. More... | |
| getRequired () | |
| Get Required. More... | |
| setDisabled ($a_disabled) | |
| Set Disabled. More... | |
| getDisabled () | |
| Get Disabled. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm ($a_parentform) | |
| Set Parent Form. More... | |
| getParentForm () | |
| Get Parent Form. More... | |
| setParent ($a_val) | |
| Set Parent GUI object. More... | |
| getParent () | |
| Get Parent GUI object. More... | |
| getSubForm () | |
| Get sub form html. More... | |
| hideSubForm () | |
| Sub form hidden on init? More... | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) More... | |
| getHiddenTitle () | |
| Get hidden title. More... | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| serialize data More... | |
| unserializeData ($a_data) | |
| unserialize data More... | |
| writeToSession () | |
| Write to session. More... | |
| clearFromSession () | |
| Clear session value. More... | |
| readFromSession () | |
| Read from session. More... | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) More... | |
| setMulti ($a_multi, $a_sortable=false, $a_addremove=true) | |
| Set Multi. More... | |
| getMulti () | |
| Get Multi. More... | |
| setMultiValues (array $a_values) | |
| Set multi values. More... | |
| getMultiValues () | |
| Get multi values. More... | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
| stripSlashesAddSpaceFallback ($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... | |
Protected Attributes | |
| $lng | |
| $value | |
| $size = 30 | |
| $max_length = 80 | |
| $allowRFC822 = false | |
| $retype = false | |
| $retypevalue = '' | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $ctrl | |
| $lng | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters ($a_text) |
| Remove prohibited characters see #19159. More... | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. More... | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. More... | |
This class represents a email property in a property form.
Definition at line 30 of file class.ilEMailInputGUI.php.
| ilEMailInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilFormPropertyGUI.
Definition at line 57 of file class.ilEMailInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and setRetype().
Here is the call graph for this function:| ilEMailInputGUI::allowRFC822 | ( | $a_value | ) |
Allow extended email address format.
"example@example.com" vs "example <example@example.com>"
| bool | $a_value |
Definition at line 101 of file class.ilEMailInputGUI.php.
References allowRFC822().
Referenced by allowRFC822(), and checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEMailInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 110 of file class.ilEMailInputGUI.php.
References $_POST, $lng, allowRFC822(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getRetype(), ilUtil\is_email(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilEMailInputGUI::getMaxLength | ( | ) |
Definition at line 241 of file class.ilEMailInputGUI.php.
References $max_length.
Referenced by insert().
Here is the caller graph for this function:| ilEMailInputGUI::getRetype | ( | ) |
Definition at line 193 of file class.ilEMailInputGUI.php.
References $retype.
Referenced by checkInput(), and insert().
Here is the caller graph for this function:| ilEMailInputGUI::getRetypeValue | ( | ) |
Definition at line 209 of file class.ilEMailInputGUI.php.
References $retypevalue.
Referenced by insert().
Here is the caller graph for this function:| ilEMailInputGUI::getSize | ( | ) |
Definition at line 225 of file class.ilEMailInputGUI.php.
References $size.
Referenced by insert().
Here is the caller graph for this function:| ilEMailInputGUI::getValue | ( | ) |
Get Value.
Definition at line 79 of file class.ilEMailInputGUI.php.
References $value.
Referenced by insert().
Here is the caller graph for this function:| ilEMailInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
| ilTemplate | $a_tpl |
Definition at line 141 of file class.ilEMailInputGUI.php.
References $lng, ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilFormPropertyGUI\getHiddenTag(), getMaxLength(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getRetype(), getRetypeValue(), getSize(), getValue(), ilTemplate\parseCurrentBlock(), ilUtil\prepareFormOutput(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilEMailInputGUI::setMaxLength | ( | $max_length | ) |
| int | $max_length |
Definition at line 233 of file class.ilEMailInputGUI.php.
References $max_length.
| ilEMailInputGUI::setRetype | ( | $a_val | ) |
| boolean | $a_val |
Definition at line 185 of file class.ilEMailInputGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilEMailInputGUI::setRetypeValue | ( | $a_retypevalue | ) |
| string | $a_retypevalue |
Definition at line 201 of file class.ilEMailInputGUI.php.
Referenced by setValueByArray().
Here is the caller graph for this function:| ilEMailInputGUI::setSize | ( | $size | ) |
| ilEMailInputGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 70 of file class.ilEMailInputGUI.php.
Referenced by setValueByArray().
Here is the caller graph for this function:| ilEMailInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 88 of file class.ilEMailInputGUI.php.
References ilFormPropertyGUI\getPostVar(), setRetypeValue(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 40 of file class.ilEMailInputGUI.php.
|
protected |
Definition at line 35 of file class.ilEMailInputGUI.php.
Referenced by checkInput(), and insert().
|
protected |
Definition at line 39 of file class.ilEMailInputGUI.php.
Referenced by getMaxLength(), and setMaxLength().
|
protected |
Definition at line 45 of file class.ilEMailInputGUI.php.
Referenced by getRetype().
|
protected |
Definition at line 50 of file class.ilEMailInputGUI.php.
Referenced by getRetypeValue().
|
protected |
Definition at line 38 of file class.ilEMailInputGUI.php.
|
protected |
Definition at line 37 of file class.ilEMailInputGUI.php.
Referenced by getValue().