Form/Field/File.php
- package
- Form
- Classes
- Kwf_Form_Field_File
Description
\Kwf_Form_Field_File
- Extends from
- \Kwf_Form_Field_SimpleAbstract
- package
- Form
- Methods
- __construct
- _getTrlProperties
- _getValueFromPostData
- getMetaData
- getTemplateVars
- load
- prepareSave
- processInput
- validate
Description
Base class for form fields that represent a textual value
Methods
__construct
__construct(
$fieldname
=
null, $fieldLabel
=
null
)
:
Zeigt mehrere Checkboxes an und speichert diese in einer Relationstabelle
Arguments
- $fieldname
- $fieldLabel
Details
- visibility
- public
- final
- false
- static
- false
_getTrlProperties
_getTrlProperties(
)
:
Details
- visibility
- protected
- final
- false
- static
- false
_getValueFromPostData
_getValueFromPostData(
$postData
)
:
Arguments
- $postData
Details
- visibility
- protected
- final
- false
- static
- false
getMetaData
getMetaData(
$model
)
:
Arguments
- $model
Details
- visibility
- public
- final
- false
- static
- false
getTemplateVars
getTemplateVars(
$values, $namePostfix, $idPrefix
)
:
Arguments
- $values
- $namePostfix
- $idPrefix
Details
- visibility
- public
- final
- false
- static
- false
load
load(
$row, $postData
=
array
)
:
Arguments
- $row
- $postData
Details
- visibility
- public
- final
- false
- static
- false
prepareSave
prepareSave(
$row, $postData
)
:
Arguments
- $row
- $postData
Details
- visibility
- public
- final
- false
- static
- false
processInput
processInput(
$row, $postData
)
:
Arguments
- $row
- $postData
Details
- visibility
- public
- final
- false
- static
- false
validate
validate(
$row, $postData
)
:
Arguments
- $row
- $postData
Details
- visibility
- public
- final
- false
- static
- false