![]() |
TYPO3
7.6
|
Public Member Functions | |
setPostValues (array $postValues) | |
isAvailable () | |
getIsAvailable () | |
isActive () | |
getIsActive () | |
getName () | |
getPriority () | |
getConfigurationValues () | |
Preset interface
A preset is a class for handling a specific configuration set of a feature.
Definition at line 23 of file PresetInterface.php.
getConfigurationValues | ( | ) |
Get configuration values to activate prefix
Implemented in AbstractPreset, AbstractImagePreset, AbstractCustomPreset, and SendmailPreset.
getIsActive | ( | ) |
Wrapper for isActive, used in fluid
Implemented in AbstractPreset.
getIsAvailable | ( | ) |
Wrapper for isAvailable, used in fluid
Implemented in AbstractPreset.
getName | ( | ) |
getPriority | ( | ) |
Get priority of preset
Implemented in AbstractPreset, DebugPreset, and LivePreset.
isActive | ( | ) |
Check is preset is currently active on the system
Implemented in AbstractPreset, SendmailPreset, AbstractImagePreset, and AbstractCustomPreset.
isAvailable | ( | ) |
Check if preset is available on the system
Implemented in AbstractImagePreset, AbstractCustomPreset, SendmailPreset, DebugPreset, ApcPreset, LivePreset, DatabasePreset, CoreInternalPreset, IconvPreset, and MbstringPreset.
Referenced by AbstractPreset\getIsAvailable().
setPostValues | ( | array | $postValues | ) |
Set POST values
array | $postValues | Post values of feature |
Implemented in AbstractPreset.