-
Notifications
You must be signed in to change notification settings - Fork 35
icms_form_elements_Hiddentoken
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
A hidden token field
- Class name: icms_form_elements_Hiddentoken
- Namespace:
- Parent class: icms_form_elements_Hidden
private string $_value
Value
- Visibility: private
mixed icms_form_elements_Hidden::__construct(string name, string value)
Constructor
- Visibility: public
- This method is defined by icms_form_elements_Hidden
- name string - <p>"name" attribute</p>
- value string - <p>"value" attribute</p>
string icms_form_elements_Hidden::getValue(bool encode)
Get the "value" attribute
- Visibility: public
- This method is defined by icms_form_elements_Hidden
- encode bool - <p>To sanitizer the text?</p>
mixed icms_form_elements_Hidden::setValue(value)
Sets the "value" attribute
- Visibility: public
- This method is defined by icms_form_elements_Hidden
- value mixed - <p>string</p>
string icms_form_elements_Hidden::render()
Prepare HTML for output
- Visibility: public
- This method is defined by icms_form_elements_Hidden