Form/Field/ComboBox.php
- package
- Form
- Classes
- Kwf_Form_Field_ComboBox
Description
\Kwf_Form_Field_ComboBox
- Extends from
- \Kwf_Form_Field_SimpleAbstract
- package
- Form
 Methods Methods
- __construct
- _addValidators
- _getStoreData
- _getTrlProperties
- _getValueFromPostData
- getMetaData
- trlStaticExecute
Description
Base class for form fields that represent a textual value
Methods
__construct
__construct(
           $field_name
              =
              null,  $field_label
              =
              null
          )
        
        :
        Zeigt mehrere Checkboxes an und speichert diese in einer Relationstabelle
Arguments
- $field_name
- $field_label
 Details
 Details
- visibility
- public
- final
- false
- static
- false
_addValidators
_addValidators(
          
          )
        
        :
        Add validators to the field here, called in prepareSave
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
_getStoreData
_getStoreData(
          
          )
        
        :
        
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
_getTrlProperties
_getTrlProperties(
          
          )
        
        :
        
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
_getValueFromPostData
_getValueFromPostData(
           $postData
          )
        
        :
        Arguments
- $postData
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
getMetaData
getMetaData(
           $model
          )
        
        :
        Arguments
- $model
 Details
 Details
- visibility
- public
- final
- false
- static
- false
trlStaticExecute
trlStaticExecute(
           $language
              =
              null
          )
        
        :
        Arguments
- $language
 Details
 Details
- visibility
- public
- final
- false
- static
- false