TYPO3  7.6
Protected Attributes | List of all members
ContextFeature Class Reference
Inheritance diagram for ContextFeature:
AbstractFeature FeatureInterface

Protected Attributes

 $name = 'Context'
 
 $presetRegistry
 
- Protected Attributes inherited from AbstractFeature
 $objectManager = null
 
 $name = ''
 
 $presetRegistry = array()
 
 $presetInstances = array()
 
 $postValues = array()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractFeature
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager)
 
 getName ()
 
- Public Member Functions inherited from FeatureInterface
 initializePresets (array $postValues)
 
 getPresetsOrderedByPriority ()
 
 getName ()
 

Detailed Description

Context feature sets development / production settings

Definition at line 22 of file ContextFeature.php.

Member Data Documentation

$name = 'Context'
protected

Definition at line 27 of file ContextFeature.php.

$presetRegistry
protected
Initial value:
= array(
\TYPO3\CMS\Install\Configuration\Context\LivePreset::class,
\TYPO3\CMS\Install\Configuration\Context\DebugPreset::class,
\TYPO3\CMS\Install\Configuration\Context\CustomPreset::class,
)

Definition at line 32 of file ContextFeature.php.