ClassInterface Zend_Controller_Router_Interface

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Controller/Router/Interface.php (line 34)


	
			
Method Summary
 Zend_Controller_Router_Interface clearParams ([null|string|array $name = null])
 mixed getParam (string $name)
 array getParams ()
 Zend_Controller_Router_Interface setParam (string $name,  $value, mixed $param)
Methods
clearParams (line 88)

Clear the controller parameter stack

By default, clears all parameters. If a parameter name is given, clears only that parameter; if an array of parameter names is provided, clears each.

  • access: public
Zend_Controller_Router_Interface clearParams ([null|string|array $name = null])
  • null|string|array $name: single key or array of keys for params to clear
getParam (line 69)

Retrieve a single parameter from the controller parameter stack

  • access: public
mixed getParam (string $name)
  • string $name
getParams (line 76)

Retrieve the parameters to pass to helper object constructors

  • access: public
array getParams ()
route (line 44)

Processes a request and sets its controller and action. If no route was possible, an exception is thrown.

  • access: public
  • throws: Zend_Controller_Router_Exception
setParam (line 53)

Add or modify a parameter with which to instantiate any helper objects

  • access: public
Zend_Controller_Router_Interface setParam (string $name,  $value, mixed $param)
  • string $name
  • mixed $param
  • $value
setParams (line 61)

Set an array of a parameters to pass to helper object constructors

  • access: public
Zend_Controller_Router_Interface setParams ( $params)
  • array $params

Documentation generated on Thu, 18 Jan 2007 09:56:07 -0800 by phpDocumentor 1.3.1