Skip to content

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!

icms_form_elements_Label

A text label

  • Class name: icms_form_elements_Label
  • Namespace:
  • Parent class: icms_form_Element

Properties

$_value

private string $_value

Text

  • Visibility: private

Methods

__construct

mixed icms_form_elements_Label::__construct(string caption, string value, mixed name)

Constructor

  • Visibility: public

Arguments

  • caption string - <p>Caption</p>
  • value string - <p>Text</p>
  • name mixed

getValue

string icms_form_elements_Label::getValue(bool encode)

Get the "value" attribute

  • Visibility: public

Arguments

  • encode bool - <p>To sanitizer the text?</p>

render

string icms_form_elements_Label::render()

Prepare HTML for output

  • Visibility: public
Clone this wiki locally