Component/Generator/Static.php
- Classes
- Kwf_Component_Generator_Static
\Kwf_Component_Generator_Static
- Extends from
- \Kwf_Component_Generator_Abstract
- Properties
- $_addUrlPart
- $_eventsClass
- $_idSeparator
- Methods
- _acceptKey
- _fetchKeys
- _formatConfig
- _getComponentIdFromRow
- _getIdFromRow
- _idMatches
- duplicateChild
- getChildData
- getChildIds
- getGeneratorFlags
- getStaticChildComponentIds
- makeChildrenVisible
Properties
$_addUrlPart
$_addUrlPart = 'true'
Details
- visibility
- protected
- default
- true
- final
- false
- static
- false
$_eventsClass
$_eventsClass = 'Kwf_Component_Generator_Events_Static'
Details
- visibility
- protected
- default
- Kwf_Component_Generator_Events_Static
- final
- false
- static
- false
$_idSeparator
$_idSeparator = '-'
Details
- visibility
- protected
- default
- -
- final
- false
- static
- false
Methods
_acceptKey
_acceptKey(
$key, $select, $parentData
)
:
Arguments
- $key
- $select
- $parentData
Details
- visibility
- protected
- final
- false
- static
- false
_fetchKeys
_fetchKeys(
$parentData, $select
)
:
Arguments
- $parentData
- $select
Details
- visibility
- protected
- final
- false
- static
- false
_formatConfig
_formatConfig(
$parentData, $componentKey
)
:
Arguments
- $parentData
- $componentKey
Details
- visibility
- protected
- final
- false
- static
- false
_getComponentIdFromRow
_getComponentIdFromRow(
$parentData, $componentKey
)
:
Arguments
- $parentData
- $componentKey
Details
- visibility
- protected
- final
- false
- static
- false
_getIdFromRow
_getIdFromRow(
$componentKey
)
:
Arguments
- $componentKey
Details
- visibility
- protected
- final
- false
- static
- false
_idMatches
_idMatches(
$id
)
:
Arguments
- $id
Details
- visibility
- protected
- final
- false
- static
- false
duplicateChild
duplicateChild(
$source, $parentTarget, $progressBar
=
null
)
:
Arguments
- $source
- $parentTarget
- $progressBar
Details
- visibility
- public
- final
- false
- static
- false
getChildData
getChildData(
$parentData, $select
=
array
)
:
Arguments
- $parentData
- $select
Details
- visibility
- public
- final
- false
- static
- false
getChildIds
getChildIds(
$parentData, $select
=
array
)
:
Arguments
- $parentData
- $select
Details
- visibility
- public
- final
- false
- static
- false
getGeneratorFlags
getGeneratorFlags(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getStaticChildComponentIds
getStaticChildComponentIds(
)
:
If this generator creates a fixed (static) datas, return the ids here.
This will be used for performance optimisations.
Details
- visibility
- public
- final
- false
- static
- false
makeChildrenVisible
makeChildrenVisible(
$source
)
:
Arguments
- $source
Details
- visibility
- public
- final
- false
- static
- false