TYPO3  7.6
Protected Attributes | List of all members
CustomPreset Class Reference
Inheritance diagram for CustomPreset:
AbstractCustomPreset CustomPresetInterface AbstractPreset PresetInterface PresetInterface

Protected Attributes

 $configurationValues
 
- Protected Attributes inherited from AbstractCustomPreset
 $name = 'Custom'
 
 $isActive = false
 
 $priority = 10
 
- Protected Attributes inherited from AbstractPreset
 $configurationManager = null
 
 $name = ''
 
 $priority = 50
 
 $configurationValues = array()
 
 $postValues = array()
 

Additional Inherited Members

- Public Member Functions inherited from AbstractCustomPreset
 isActive ()
 
 setActive ()
 
 isAvailable ()
 
 getConfigurationValues ()
 
- Public Member Functions inherited from CustomPresetInterface
 setActive ()
 

Detailed Description

Custom preset is a fallback if no other preset fits

Definition at line 22 of file Image/CustomPreset.php.

Member Data Documentation

$configurationValues
protected
Initial value:
= array(
'GFX/image_processing' => 0,
'GFX/im' => 0,
'GFX/im_path' => '',
'GFX/im_path_lzw' => '',
'GFX/im_version_5' => '',
'GFX/im_v5effects' => 0,
'GFX/im_mask_temp_ext_gif' => 0,
'GFX/colorspace' => '',
)

Definition at line 27 of file Image/CustomPreset.php.