Skip to content

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!

icms_form_elements_Hiddentoken

A hidden token field

Properties

$_value

private string $_value

Value

  • Visibility: private

Methods

__construct

mixed icms_form_elements_Hidden::__construct(string name, string value)

Constructor

Arguments

  • name string - <p>"name" attribute</p>
  • value string - <p>"value" attribute</p>

getValue

string icms_form_elements_Hidden::getValue(bool encode)

Get the "value" attribute

Arguments

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

setValue

mixed icms_form_elements_Hidden::setValue(value)

Sets the "value" attribute

Arguments

  • value mixed - <p>string</p>

render

string icms_form_elements_Hidden::render()

Prepare HTML for output

Clone this wiki locally