ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a feed url property in a property form. More...
Public Member Functions | |
__construct ($a_title="", $a_postvar="") | |
Constructor. | |
checkInput () | |
Check input, strip slashes etc. | |
Public Member Functions inherited from ilTextInputGUI | |
setValue ($a_value) | |
Set Value. | |
getValue () | |
Get Value. | |
setValidationRegexp ($a_value) | |
Set validation regexp. | |
getValidationRegexp () | |
Get validation regexp. | |
setMaxLength ($a_maxlength) | |
Set Max Length. | |
getMaxLength () | |
Get Max Length. | |
setSize ($a_size) | |
Set Size. | |
setValueByArray ($a_values) | |
Set value by array. | |
getSize () | |
Get Size. | |
setInputType ($a_type) | |
set input type | |
getInputType () | |
get input type | |
insert (&$a_tpl) | |
Insert property html. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
addSubItem ($a_item) | |
Add Subitem. | |
getSubItems () | |
Get Subitems. | |
setSubformMode ($a_subformmode) | |
Set Subform Mode. | |
getSubformMode () | |
Get Subform Mode. | |
checkSubItemsInput () | |
Check SubItems. | |
getSubForm () | |
Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
getType () | |
Get Type. | |
setTitle ($a_title) | |
Set Title. | |
getTitle () | |
Get Title. | |
setPostVar ($a_postvar) | |
Set Post Variable. | |
getPostVar () | |
Get Post Variable. | |
getFieldId () | |
Get Post Variable. | |
setInfo ($a_info) | |
Set Information Text. | |
getInfo () | |
Get Information Text. | |
setAlert ($a_alert) | |
Set Alert Text. | |
getAlert () | |
Get Alert Text. | |
setRequired ($a_required) | |
Set Required. | |
getRequired () | |
Get Required. | |
setDisabled ($a_disabled) | |
Set Disabled. | |
getDisabled () | |
Get Disabled. |
Protected Attributes | |
$value | |
$maxlength = 200 | |
$size = 40 | |
Protected Attributes inherited from ilTextInputGUI | |
$value | |
$maxlength = 200 | |
$size = 40 | |
$validationRegexp | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
$sub_items = array() | |
$subformmode = "bottom" | |
Protected Attributes inherited from ilFormPropertyGUI | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. |
This class represents a feed url property in a property form.
Definition at line 31 of file class.ilFeedUrlInputGUI.php.
ilFeedUrlInputGUI::__construct | ( | $a_title = "" , |
|
$a_postvar = "" |
|||
) |
Constructor.
string | $a_title | Title |
string | $a_postvar | Post Variable |
Reimplemented from ilTextInputGUI.
Definition at line 43 of file class.ilFeedUrlInputGUI.php.
References ilFormPropertyGUI\setType().
ilFeedUrlInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilTextInputGUI.
Definition at line 54 of file class.ilFeedUrlInputGUI.php.
References $lng, ilExternalFeed\_checkUrl(), ilExternalFeed\_determineFeedUrl(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilFormPropertyGUI\setAlert(), and ilUtil\stripSlashes().
|
protected |
Definition at line 34 of file class.ilFeedUrlInputGUI.php.
|
protected |
Definition at line 35 of file class.ilFeedUrlInputGUI.php.
|
protected |
Definition at line 33 of file class.ilFeedUrlInputGUI.php.