TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset:
TYPO3\CMS\Install\Configuration\AbstractPreset TYPO3\CMS\Install\Configuration\PresetInterface

Public Member Functions

 isAvailable ()
 
 getPriority ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Configuration\AbstractPreset
 setPostValues (array $postValues)
 
 getIsAvailable ()
 
 isActive ()
 
 getIsActive ()
 
 getName ()
 
 getPriority ()
 
 getConfigurationValues ()
 

Protected Attributes

 $name = 'Development'
 
 $priority = 50
 
 $configurationValues
 
- Protected Attributes inherited from TYPO3\CMS\Install\Configuration\AbstractPreset
 $configurationManager = NULL
 
 $name = ''
 
 $priority = 50
 
 $configurationValues = array()
 
 $postValues = array()
 

Detailed Description

Development preset

Definition at line 22 of file DevelopmentPreset.php.

Member Function Documentation

◆ getPriority()

TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::getPriority ( )

If context is set to development, priority of this preset is raised.

Returns
integer Priority of preset

Implements TYPO3\CMS\Install\Configuration\PresetInterface.

Definition at line 65 of file DevelopmentPreset.php.

References TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset\$priority, and TYPO3\CMS\Core\Utility\GeneralUtility\getApplicationContext().

◆ isAvailable()

TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::isAvailable ( )

Development preset is always available

Returns
boolean TRUE if mbstring PHP module is loaded

Implements TYPO3\CMS\Install\Configuration\PresetInterface.

Definition at line 55 of file DevelopmentPreset.php.

Member Data Documentation

◆ $configurationValues

TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::$configurationValues
protected
Initial value:
= array(
'BE/debug' => TRUE,
'FE/debug' => TRUE,
'SYS/devIPmask' => '*',
'SYS/displayErrors' => 1,
'SYS/enableDeprecationLog' => 'file',
'SYS/sqlDebug' => 1,
'SYS/systemLogLevel' => 0,
'SYS/exceptionalErrors' => 28674,
'SYS/clearCacheSystem' => TRUE,
)

Definition at line 37 of file DevelopmentPreset.php.

◆ $name

TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::$name = 'Development'
protected

Definition at line 27 of file DevelopmentPreset.php.

◆ $priority

TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::$priority = 50
protected