Form/Container/FieldSet.php
- package
- Form
- Classes
- Kwf_Form_Container_FieldSet
Description
\Kwf_Form_Container_FieldSet
- Extends from
- \Kwf_Form_Container_Abstract
- package
- Form
- Methods
- __construct
- _getTrlProperties
- _processChildren
- getMetaData
- getSettings
- getTemplateVars
- setCheckboxName
- setLegendAlign
Description
Basisklasse für Fields die andere Fields beinhalten
Methods
__construct
__construct(
$title
=
null
)
:
Arguments
- $title
Details
- visibility
- public
- final
- false
- static
- false
_getTrlProperties
_getTrlProperties(
)
:
Details
- visibility
- protected
- final
- false
- static
- false
_processChildren
_processChildren(
$method, $childField, $row, $postData
)
:
Arguments
- $method
- $childField
- $row
- $postData
Details
- visibility
- protected
- final
- false
- static
- false
getMetaData
getMetaData(
$model
)
:
Arguments
- $model
Details
- visibility
- public
- final
- false
- static
- false
getSettings
getSettings(
)
:
Details
- visibility
- public
- final
- false
- static
- true
getTemplateVars
getTemplateVars(
$values, $fieldNamePostfix, $idPrefix
)
:
Arguments
- $values
- $fieldNamePostfix
- $idPrefix
Details
- visibility
- public
- final
- false
- static
- false
setCheckboxName
setCheckboxName(
$name
)
:
Zusammen mit setCheckboxToggle(true)
Arguments
- $name
Details
- visibility
- public
- final
- false
- static
- false
setLegendAlign
setLegendAlign(
string $value
)
:
\Kwf_Form_Container_FieldSet
Set align attribute for legend
Used in Frontend Forms only
Arguments
- $value
- string
(left|center|right)
Output
Details
- visibility
- public
- final
- false
- static
- false
- fluent
- This method is part of a fluent interface and will return the same instance