Component/Abstract/ExtConfig/Abstract.php
\Kwf_Component_Abstract_ExtConfig_Abstract
- Constants
- TYPE_DEFAULT
- TYPE_SHARED
- Properties
- $_class
- Methods
- __construct
- _getAdmin
- _getConfig
- _getSetting
- _getStandardConfig
- getConfig
- getControllerUrl
- getEditAfterCreateConfigKey
- getEditConfigs
- getInstance
Constants
TYPE_DEFAULT
TYPE_DEFAULT = 'default'
Details
- value
- default
TYPE_SHARED
TYPE_SHARED = 'shared'
Details
- value
- shared
Properties
Methods
__construct
__construct(
$componentClass
)
:
Arguments
- $componentClass
Details
- visibility
- public
- final
- false
- static
- false
_getAdmin
_getAdmin(
)
:
Details
- visibility
- protected
- final
- true
- static
- false
_getConfig
_getConfig(
)
:
Details
- visibility
- protected
- final
- false
- static
- false
_getSetting
_getSetting(
$name
)
:
Arguments
- $name
Details
- visibility
- protected
- final
- true
- static
- false
_getStandardConfig
_getStandardConfig(
$xtype, $controllerName
=
Index, $title
=
null, $icon
=
null
)
:
Arguments
- $xtype
- $controllerName
- $title
- $icon
Details
- visibility
- protected
- final
- true
- static
- false
getConfig
getConfig(
$type
)
:
Arguments
- $type
Details
- visibility
- public
- final
- true
- static
- false
getControllerUrl
getControllerUrl(
$class
=
Index
)
:
Arguments
- $class
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
- visibility
- public
- final
- false
- static
- false
getEditConfigs
getEditConfigs(
$componentClass, $gen, $idTemplate
=
null, $componentIdSuffix
)
:
Arguments
- $componentClass
- $gen
- $idTemplate
- $componentIdSuffix
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
- visibility
- public
- final
- false
- static
- true
- fluent
- This method is part of a fluent interface and will return the same instance