TYPO3 CMS  TYPO3_6-2
ContextFeature.php
Go to the documentation of this file.
1 <?php
3 
18 
23 
27  protected $name = 'Context';
28 
32  protected $presetRegistry = array(
33  'TYPO3\\CMS\\Install\\Configuration\\Context\\ProductionPreset',
34  'TYPO3\\CMS\\Install\\Configuration\\Context\\DevelopmentPreset',
35  'TYPO3\\CMS\\Install\\Configuration\\Context\\CustomPreset',
36  );
37 }