Skip to content

icms_ipf_form_elements_Section

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_ipf_form_elements_Section

Form control creating a section in a form for an object derived from icms_ipf_Object

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

Properties

$_value

private string $_value
  • Visibility: private

$_close

private bool $_close
  • Visibility: private

Methods

__construct

mixed icms_ipf_form_elements_Section::__construct(\icms_ipf_Object object, string key)

Constructor

  • Visibility: public

Arguments

  • object icms_ipf_Object - <p>reference to targetobject</p>
  • key string - <p>name of the form section</p>

getValue

string icms_ipf_form_elements_Section::getValue()

Get the text

  • Visibility: public

isClosingSection

bool icms_ipf_form_elements_Section::isClosingSection()

Get the section type (opener / closer)

  • Visibility: public

render

string icms_ipf_form_elements_Section::render()

Prepare HTML for output

  • Visibility: public
Clone this wiki locally