Interface Zend_Request_Interface

Description

Located in /Zend/Request/Interface.php (line 27)


	
			
Method Summary
mixed get (string $key)
mixed getParam (string $key)
array getParams ()
boolean has (string $key)
void set (string $key, mixed $value)
void setParam (string $key, mixed $value)
void setParams ( $params)
mixed __get (string $key)
boolean __isset (string $key)
void __set (string $key, mixed $value)
Methods
get (line 60)

Alias for __get()

  • access: public
mixed get (string $key)
  • string $key
getParam (line 86)

Either alias for __get(), or provides ability to maintain separate configuration registry for request object.

  • access: public
mixed getParam (string $key)
  • string $key
getParams (line 103)

Get all params handled by get/setParam()

  • access: public
array getParams ()
has (line 77)

Alias for __isset()

  • access: public
boolean has (string $key)
  • string $key
set (line 69)

Alias for __set()

  • access: public
void set (string $key, mixed $value)
  • string $key
  • mixed $value
setParam (line 96)

Either alias for __set(), or provides ability to maintain separate configuration registry for request object.

  • access: public
void setParam (string $key, mixed $value)
  • string $key
  • mixed $value
setParams (line 111)

Set all values handled by get/setParam()

  • access: public
void setParams ( $params)
  • array $params
__get (line 35)

Overloading for accessing class property values

  • access: public
mixed __get (string $key)
  • string $key
__isset (line 52)

Overloading to determine if a property is set

  • access: public
boolean __isset (string $key)
  • string $key
__set (line 44)

Overloading for setting class property values

  • access: public
void __set (string $key, mixed $value)
  • string $key
  • mixed $value

Documentation generated on Sun, 29 Oct 2006 21:27:58 -0600 by phpDocumentor 1.3.0RC6