ImageConversion: ezcImageHandlerSettings
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcImageHandlerSettings
|
Struct to store the settings for objects of ezcImageHandler. [
source]
This class is used as a struct for the settings of ezcImageHandler subclasses.
Parents
ezcBaseStruct
|
--ezcImageHandlerSettings
Member Variables
|
public string |
$className
Name of the class to instantiate as image handler. |
|
public array |
$options
= array()
Associative array of misc options for the handler.
These options will be read by the handler class and varies from handler to handler. Consult the handler class for the available settings. The options array has the following structure: 1. array(
2. <optionName> => <optionValue>,
3. [ <optionName> => <optionValue>, ...]
4. )
|
|
public string |
$referenceName
The reference name for the handler.
This name can be used when referencing the handler in certain operations in the converter class. e.g. 'GD' and 'ImageMagick'. |
Method Summary
|
public ezcImageHandlerSettings |
__construct(
$referenceName, $className, [$options = array()], $referenceName
, $className
, $options
)
Initialize settings to be used by image handler. |
Methods
__construct
ezcImageHandlerSettings __construct(
$referenceName,
$className, [
$options = array()], string
$referenceName
, string
$className
, array
$options
)
Initialize settings to be used by image handler.
Parameters
| Name |
Type |
Description |
$referenceName
|
string |
The reference name for the handler, e.g. 'GD' or 'ImageMagick' |
$className
|
string |
The name of the handler class to instantiate, e.g. 'ezcImageGdHandler' or 'ezcImageImagemagickHandler' |
$options
|
array |
Associative array of settings for the handler. |
$referenceName |
|
|
$className |
|
|
$options |
array |
|
See also:
ezcImageHandlerSettings::$settings,
ezcImageHandlerSettings::$className,
ezcImageHandlerSettings::$referenceName.
Last updated: Tue, 27 May 2008