Component/Abstract/ExtConfig/Abstract.php
\Kwf_Component_Abstract_ExtConfig_Abstract
 Constants Constants
- TYPE_DEFAULT
- TYPE_SHARED
 Properties Properties
- $_class
 Methods Methods
- __construct
- _getAdmin
- _getConfig
- _getSetting
- _getStandardConfig
- getConfig
- getControllerUrl
- getEditAfterCreateConfigKey
- getEditConfigs
- getInstance
Constants
TYPE_DEFAULT
 TYPE_DEFAULT = 'default'
      
 Details
 Details
- value
- default
TYPE_SHARED
 TYPE_SHARED = 'shared'
      
 Details
 Details
- value
- shared
Properties
Methods
__construct
__construct(
           $componentClass
          )
        
        :
        Arguments
- $componentClass
 Details
 Details
- visibility
- public
- final
- false
- static
- false
_getAdmin
_getAdmin(
          
          )
        
        :
        
 Details
 Details
- visibility
- protected
- final
- true
- static
- false
_getConfig
_getConfig(
          
          )
        
        :
        
 Details
 Details
- visibility
- protected
- final
- false
- static
- false
_getSetting
_getSetting(
           $name
          )
        
        :
        Arguments
- $name
 Details
 Details
- visibility
- protected
- final
- true
- static
- false
_getStandardConfig
_getStandardConfig(
           $xtype,  $controllerName
              =
              Index,  $title
              =
              null,  $icon
              =
              null
          )
        
        :
        Arguments
- $xtype
- $controllerName
- $title
- $icon
 Details
 Details
- visibility
- protected
- final
- true
- static
- false
getConfig
getConfig(
           $type
          )
        
        :
        Arguments
- $type
 Details
 Details
- visibility
- public
- final
- true
- static
- false
getControllerUrl
getControllerUrl(
           $class
              =
              Index
          )
        
        :
        Arguments
- $class
 Details
 Details
- visibility
- public
- final
- false
- static
- false
getEditAfterCreateConfigKey
getEditAfterCreateConfigKey(
          
          )
        
        :
        Welche config direkt nach dem anlegen dieser Komponente geöffnet werden soll.
Fragt der Paragraphs Controller ab.
 Details
 Details
- visibility
- public
- final
- false
- static
- false
getEditConfigs
getEditConfigs(
           $componentClass,  $gen,  $idTemplate
              =
              null,  $componentIdSuffix
          )
        
        :
        Arguments
- $componentClass
- $gen
- $idTemplate
- $componentIdSuffix
 Details
 Details
- visibility
- public
- final
- false
- static
- true
getInstance
getInstance(
          string $componentClass, string $setting
              =
              extConfig
          )
        
        :
        \Kwf_Component_Abstract_ExtConfig_Abstract
Arguments
- $componentClass
- string
 componentClass
- $setting
- string
 welches setting verwendet werden soll, zB extConfigControllerIndex im Kwf_Controller_Action_Auto_Kwc_Grid
 Details
 Details
- visibility
- public
- final
- false
- static
- true
- fluent
- This method is part of a fluent interface and will return the same instance