ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class represents a email property in a property form. More...
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 |
Definition at line 57 of file class.ilEMailInputGUI.php.
References $DIC, and setRetype().
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.
Referenced by checkInput().
ilEMailInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
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().
ilEMailInputGUI::getMaxLength | ( | ) |
Definition at line 241 of file class.ilEMailInputGUI.php.
References $max_length.
Referenced by insert().
ilEMailInputGUI::getRetype | ( | ) |
Definition at line 193 of file class.ilEMailInputGUI.php.
References $retype.
Referenced by checkInput(), and insert().
ilEMailInputGUI::getRetypeValue | ( | ) |
Definition at line 209 of file class.ilEMailInputGUI.php.
References $retypevalue.
Referenced by insert().
ilEMailInputGUI::getSize | ( | ) |
Definition at line 225 of file class.ilEMailInputGUI.php.
References $size.
Referenced by insert().
ilEMailInputGUI::getValue | ( | ) |
Get Value.
Definition at line 79 of file class.ilEMailInputGUI.php.
References $value.
Referenced by insert().
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().
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().
ilEMailInputGUI::setRetypeValue | ( | $a_retypevalue | ) |
string | $a_retypevalue |
Definition at line 201 of file class.ilEMailInputGUI.php.
Referenced by setValueByArray().
ilEMailInputGUI::setSize | ( | $size | ) |
ilEMailInputGUI::setValue | ( | $a_value | ) |
Set Value.
string | $a_value | Value |
Definition at line 70 of file class.ilEMailInputGUI.php.
Referenced by ilUserProfile\addStandardFieldsToForm(), and setValueByArray().
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().
|
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().