Sgss_Imagen_Actor_Interface 

Description

Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Imagen/Actor/Interface.php (line 38)

Direct descendants

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

Class overview

Methods

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

Method detail

getConfig

Returns the config of this actor

Returns:
array -- Config of this actor
Signature:
public array getConfig ()


getParam

Returns parameter value associated with the specified name

Parameters:
  • string $name

    Name of parameter

Returns:
mixed -- Parameter value associated with the specified name
Signature:
public mixed getParam (string $name)


getParams

Returns all the parameter values associated with the specified names

Parameters:
  • array|null $names

    Name of parameters, or null for all parameters

Returns:
array -- Parameter values associated with the specified names
Signature:
public array getParams ([array|null $names = null])


setConfig

Sets the config of this actor to the specified value

Parameters:
  • array|Zend_Config $config

    Config to set

Returns:
Sgss_Imagen_Actor_Interface -- This object for convenience
Signature:
public Sgss_Imagen_Actor_Interface setConfig (array|Zend_Config $config)


setParam

Sets parameter value associated with the specified name to the specified value

Parameters:
  • string $name

    Name of parameter

  • mixed $value

    Parameter value to set

Returns:
Sgss_Imagen_Actor_Interface -- This object for convenience
Signature:
public Sgss_Imagen_Actor_Interface setParam (string $name, mixed $value)


setParams

Sets all the specified parameters into this actor

Parameters:
  • array $params

    Parameters to set

Returns:
Sgss_Imagen_Actor_Interface -- This object for convenience
Signature:
public Sgss_Imagen_Actor_Interface setParams (array $params)