Form/NonTableForm.php
- package
- Form
- Classes
- Kwf_Form_NonTableForm
Description
\Kwf_Form_NonTableForm
- Extends from
- \Kwf_Form_Container_Abstract
- package
- Form
- Methods
- __construct
- _getIdByParentRow
- _getRowByParentRow
- getId
- getMetaData
- getModel
- setId
- setModel
- setName
Description
Basisklasse für Fields die andere Fields beinhalten
Methods
__construct
__construct(
$name
=
null
)
:
Arguments
- $name
Details
- visibility
- public
- final
- false
- static
- false
_getIdByParentRow
_getIdByParentRow(
$parentRow
)
:
Arguments
- $parentRow
Details
- visibility
- protected
- final
- false
- static
- false
_getRowByParentRow
_getRowByParentRow(
$parentRow
)
:
Arguments
- $parentRow
Details
- visibility
- protected
- final
- false
- static
- false
getId
getId(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getMetaData
getMetaData(
$model
)
:
Arguments
- $model
Details
- visibility
- public
- final
- false
- static
- false
getModel
getModel(
)
:
Details
- visibility
- public
- final
- false
- static
- false
setId
setId(
$id
)
:
Arguments
- $id
Details
- visibility
- public
- final
- false
- static
- false
setModel
setModel(
$value
)
:
Arguments
- $value
Details
- visibility
- public
- final
- false
- static
- false
setName
setName(
$name
)
:
Sets the field name, should be the same as the model column
Arguments
- $name
Details
- visibility
- public
- final
- false
- static
- false