TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
DebugPreset Class Reference
Inheritance diagram for DebugPreset:
AbstractPreset PresetInterface

Public Member Functions

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

Protected Attributes

 $name = 'Debug'
 
 $priority = 50
 
 $configurationValues
 
- Protected Attributes inherited from AbstractPreset
 $configurationManager = null
 
 $name = ''
 
 $priority = 50
 
 $configurationValues = array()
 
 $postValues = array()
 

Detailed Description

Debug preset

Definition at line 22 of file DebugPreset.php.

Member Function Documentation

getPriority ( )

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

Returns
int Priority of preset

Implements PresetInterface.

Definition at line 66 of file DebugPreset.php.

References DebugPreset\$priority.

isAvailable ( )

Development preset is always available

Returns
bool TRUE if mbstring PHP module is loaded

Implements PresetInterface.

Definition at line 55 of file DebugPreset.php.

Member Data Documentation

$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 DebugPreset.php.

$name = 'Debug'
protected

Definition at line 27 of file DebugPreset.php.

$priority = 50
protected

Definition at line 32 of file DebugPreset.php.

Referenced by DebugPreset\getPriority().