Component/Select.php
- Classes
- Kwf_Component_Select
\Kwf_Component_Select
- Extends from
- \Kwf_Model_Select
- package
- Model
 Constants Constants
- IGNORE_VISIBLE
- WHERE_BOX
- WHERE_CHILD_OF
- WHERE_COMPONENT_CLASSES
- WHERE_COMPONENT_KEY
- WHERE_FILENAME
- WHERE_FLAGS
- WHERE_GENERATOR
- WHERE_GENERATOR_CLASS
- WHERE_GENERATOR_FLAGS
- WHERE_HAS_EDIT_COMPONENTS
- WHERE_HOME
- WHERE_INHERIT
- WHERE_MULTI_BOX
- WHERE_PAGE
- WHERE_PAGE_GENERATOR
- WHERE_PSEUDO_PAGE
- WHERE_SHOW_IN_MENU
- WHERE_SUBROOT
- WHERE_UNIQUE
 Methods Methods
- __construct
- getHash
- ignoreVisible
- joinWithParentGenerators
- whereBox
- whereChildOf
- whereComponentClass
- whereComponentClasses
- whereComponentKey
- whereFilename
- whereFlag
- whereFlags
- whereGenerator
- whereGeneratorClass
- whereGeneratorFlag
- whereGeneratorFlags
- whereHasEditComponents
- whereHome
- whereInherit
- whereMultiBox
- wherePage
- wherePageGenerator
- wherePseudoPage
- whereSelect
- whereShowInMenu
- whereSubroot
- whereUnique
Description
Constants
WHERE_PAGE
 WHERE_PAGE = 'wherePage'
      
 Details
 Details
- value
- wherePage
WHERE_PSEUDO_PAGE
 WHERE_PSEUDO_PAGE = 'wherePseudoPage'
      
 Details
 Details
- value
- wherePseudoPage
WHERE_BOX
 WHERE_BOX = 'whereBox'
      
 Details
 Details
- value
- whereBox
WHERE_MULTI_BOX
 WHERE_MULTI_BOX = 'whereMultiBox'
      
 Details
 Details
- value
- whereMultiBox
WHERE_FLAGS
 WHERE_FLAGS = 'whereFlags'
      
 Details
 Details
- value
- whereFlags
WHERE_GENERATOR_FLAGS
 WHERE_GENERATOR_FLAGS = 'whereGeneratorFlags'
      
 Details
 Details
- value
- whereGeneratorFlags
WHERE_INHERIT
 WHERE_INHERIT = 'whereInherit'
      
 Details
 Details
- value
- whereInherit
WHERE_UNIQUE
 WHERE_UNIQUE = 'whereUnique'
      
 Details
 Details
- value
- whereUnique
WHERE_HAS_EDIT_COMPONENTS
 WHERE_HAS_EDIT_COMPONENTS = 'whereHasEditComponents'
      
 Details
 Details
- value
- whereHasEditComponents
WHERE_GENERATOR
 WHERE_GENERATOR = 'whereGenerator'
      
 Details
 Details
- value
- whereGenerator
WHERE_GENERATOR_CLASS
 WHERE_GENERATOR_CLASS = 'whereGeneratorClass'
      
 Details
 Details
- value
- whereGeneratorClass
WHERE_COMPONENT_KEY
 WHERE_COMPONENT_KEY = 'whereComponentKey'
      
 Details
 Details
- value
- whereComponentKey
WHERE_COMPONENT_CLASSES
 WHERE_COMPONENT_CLASSES = 'whereComponentClasses'
      
 Details
 Details
- value
- whereComponentClasses
WHERE_FILENAME
 WHERE_FILENAME = 'whereFilename'
      
 Details
 Details
- value
- whereFilename
WHERE_SHOW_IN_MENU
 WHERE_SHOW_IN_MENU = 'whereShowInMenu'
      
 Details
 Details
- value
- whereShowInMenu
WHERE_HOME
 WHERE_HOME = 'whereHome'
      
 Details
 Details
- value
- whereHome
WHERE_PAGE_GENERATOR
 WHERE_PAGE_GENERATOR = 'wherePageGenerator'
      
 Details
 Details
- value
- wherePageGenerator
WHERE_SUBROOT
 WHERE_SUBROOT = 'whereSubroot'
      
 Details
 Details
- value
- whereSubroot
WHERE_CHILD_OF
 WHERE_CHILD_OF = 'whereChildOf'
      
 Details
 Details
- value
- whereChildOf
IGNORE_VISIBLE
 IGNORE_VISIBLE = 'ignoreVisible'
      
 Details
 Details
- value
- ignoreVisible
Methods
__construct
__construct(
           $where
              =
              array
          )
        
        :
        Arguments
- $where
 Details
 Details
- visibility
- public
- final
- false
- static
- false
getHash
getHash(
          
          )
        
        :
        
 Details
 Details
- visibility
- public
- final
- false
- static
- false
ignoreVisible
ignoreVisible(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
joinWithParentGenerators
joinWithParentGenerators(
           $data,  $generatorNames
          )
        
        :
        Arguments
- $data
- $generatorNames
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereBox
whereBox(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereChildOf
whereChildOf(
           $page
          )
        
        :
        Intern fuer effizientes getRecursiveChildComponents ohne parentData
Arguments
- $page
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereComponentClass
whereComponentClass(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereComponentClasses
whereComponentClasses(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereComponentKey
whereComponentKey(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereFilename
whereFilename(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereFlag
whereFlag(
           $flag,  $value
              =
              true
          )
        
        :
        Arguments
- $flag
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereFlags
whereFlags(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereGenerator
whereGenerator(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereGeneratorClass
whereGeneratorClass(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereGeneratorFlag
whereGeneratorFlag(
           $flag,  $value
              =
              true
          )
        
        :
        Arguments
- $flag
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereGeneratorFlags
whereGeneratorFlags(
           $value
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereHasEditComponents
whereHasEditComponents(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereHome
whereHome(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereInherit
whereInherit(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereMultiBox
whereMultiBox(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
wherePage
wherePage(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
wherePageGenerator
wherePageGenerator(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
wherePseudoPage
wherePseudoPage(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereSelect
whereSelect(
           $select
          )
        
        :
        
Arguments
- $select
 Details
 Details
- visibility
- public
- final
- false
- static
- false
- deprecated
- nur für abwärtskompatibilität
whereShowInMenu
whereShowInMenu(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereSubroot
whereSubroot(
           $component
          )
        
        :
        Arguments
- $component
 Details
 Details
- visibility
- public
- final
- false
- static
- false
whereUnique
whereUnique(
           $value
              =
              true
          )
        
        :
        Arguments
- $value
 Details
 Details
- visibility
- public
- final
- false
- static
- false