| Sgss_Imagen_Collector_Interface | Provides for collecting and retrieving generated images |
| Sgss_Imagen_Generator_Interface | Provides for generating image in accordance with receipt |
| Sgss_Imagen_Requester_Interface |
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 |
Returns the config of this actor
public array getConfig ()
Returns parameter value associated with the specified name
string $name
Name of parameter
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
public array getParams ([array|null $names = null])
Sets the config of this actor to the specified value
array|Zend_Config $config
Config to set
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
public Sgss_Imagen_Actor_Interface setParam (string $name, mixed $value)
Sets all the specified parameters into this actor
array $params
Parameters to set
public Sgss_Imagen_Actor_Interface setParams (array $params)