| Sgss_Imagen_Collector_File | |
| Sgss_Imagen_Generator_Abstract | Abstract class for generating image in accordance with receipt |
| Sgss_Imagen_Requester_Abstract |
|
$_config
Config of this actor |
|
$_defaultParams
Default parameters of this actor |
|
$_params
Parameters of this actor |
array |
getConfig ()
Returns the config of this actor |
mixed |
getParam (string $name)
Returns parameter value associated with the specified name |
array |
getParams ([array|null $names = null])
Returns all the parameter values associated with the specified names |
Sgss_Imagen_Actor_Interface |
setConfig (array|Zend_Config $config)
Sets the config of this actor to the specified value |
Sgss_Imagen_Actor_Interface |
setParam (string $name, mixed $value)
Sets parameter value associated with the specified name to the specified value |
Sgss_Imagen_Actor_Interface |
setParams (array $params)
Sets all the specified parameters into this actor |
|
_getRequiredParam (string $name)
|
mixed |
__get (string $name)
|
mixed |
__set (string $name, mixed $value)
|
Config of this actor
protected array|null $_config = null
Default parameters of this actor
protected array $_defaultParams = array()
Parameters of this actor
protected array $_params = array()
Returns the config of this actor
Returns the config of this actor
public array getConfig ()
Returns parameter value associated with the specified name
string $name
Name of parameter
Returns parameter value associated with the specified name
public mixed getParam (string $name)
Returns all the parameter values associated with the specified names
array|null $names
Name of parameters, or null for all parameters
Returns all the parameter values associated with the specified names
public array getParams ([array|null $names = null])
Sets the config of this actor to the specified value
array|Zend_Config $config
Config to set
Sets the config of this actor to the specified value
public Sgss_Imagen_Actor_Interface setConfig (array|Zend_Config $config)
Sets parameter value associated with the specified name to the specified value
string $name
Name of parameter
mixed $value
Parameter value to set
Sets parameter value associated with the specified name to the specified value
public Sgss_Imagen_Actor_Interface setParam (string $name, mixed $value)
Sets all the specified parameters into this actor
array $params
Parameters to set
Sets all the specified parameters into this actor
public Sgss_Imagen_Actor_Interface setParams (array $params)
string $name
protected mixed _getRequiredParam (string $name)
string $name
public mixed __get (string $name)
string $name
mixed $value
public mixed __set (string $name, mixed $value)