-
Notifications
You must be signed in to change notification settings - Fork 35
icms_form_elements_Label
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 text label
- Class name: icms_form_elements_Label
- Namespace:
- Parent class: icms_form_Element
private string $_value
Text
- Visibility: private
mixed icms_form_elements_Label::__construct(string caption, string value, mixed name)
Constructor
- Visibility: public
- caption string - <p>Caption</p>
- value string - <p>Text</p>
- name mixed
string icms_form_elements_Label::getValue(bool encode)
Get the "value" attribute
- Visibility: public
- encode bool - <p>To sanitizer the text?</p>
string icms_form_elements_Label::render()
Prepare HTML for output
- Visibility: public