![]() |
TYPO3
7.6
|
Public Member Functions | |
getFoundPath () | |
isActive () | |
isAvailable () | |
getConfigurationValues () | |
![]() | |
injectConfigurationManager (\TYPO3\CMS\Core\Configuration\ConfigurationManager $configurationManager) | |
setPostValues (array $postValues) | |
getIsAvailable () | |
isActive () | |
getIsActive () | |
getName () | |
getPriority () | |
getConfigurationValues () | |
Protected Member Functions | |
findExecutableInPath (array $searchPaths) | |
getSearchPaths () | |
cleanUpPath ($path) | |
Protected Attributes | |
$defaultExecutableSearchPaths | |
$foundPath = '' | |
![]() | |
$configurationManager = null | |
$name = '' | |
$priority = 50 | |
$configurationValues = array() | |
$postValues = array() | |
Abstract class implements common image preset code
Definition at line 22 of file AbstractImagePreset.php.
|
protected |
Consolidate between Windows and Unix and add trailing slash im missing
string | $path | Given path |
Definition at line 151 of file AbstractImagePreset.php.
Referenced by AbstractImagePreset\getSearchPaths().
|
abstractprotected |
Find executable in path, wrapper for specific ImageMagick/GraphicsMagick find methods.
array | $searchPaths |
Referenced by AbstractImagePreset\getConfigurationValues(), and AbstractImagePreset\isAvailable().
getConfigurationValues | ( | ) |
Get configuration values to activate prefix
Implements PresetInterface.
Definition at line 93 of file AbstractImagePreset.php.
References AbstractPreset\$configurationValues, AbstractImagePreset\findExecutableInPath(), AbstractImagePreset\getFoundPath(), and AbstractImagePreset\getSearchPaths().
getFoundPath | ( | ) |
Path where executable was found
Definition at line 49 of file AbstractImagePreset.php.
References AbstractImagePreset\$foundPath.
Referenced by AbstractImagePreset\getConfigurationValues().
|
protected |
Get list of paths to search for image handling executables
Definition at line 115 of file AbstractImagePreset.php.
References AbstractImagePreset\$defaultExecutableSearchPaths, $GLOBALS, and AbstractImagePreset\cleanUpPath().
Referenced by AbstractImagePreset\getConfigurationValues(), and AbstractImagePreset\isAvailable().
isActive | ( | ) |
Check is preset is currently active on the system. Overwrites parent method to ignore im_path and im_path_lzw settings
Implements PresetInterface.
Definition at line 60 of file AbstractImagePreset.php.
isAvailable | ( | ) |
Find out if GraphicsMagick is available
Implements PresetInterface.
Definition at line 82 of file AbstractImagePreset.php.
References AbstractImagePreset\findExecutableInPath(), and AbstractImagePreset\getSearchPaths().
|
protected |
Definition at line 27 of file AbstractImagePreset.php.
Referenced by AbstractImagePreset\getSearchPaths().
|
protected |
Definition at line 42 of file AbstractImagePreset.php.
Referenced by AbstractImagePreset\getFoundPath().