Interface Zend_Controller_Router_InterfaceLocated in /Controller/Router/Interface.php (line 29)
											string
										assemble
											(array $userParams, [mixed $name = null], [bool $reset = false], [bool $encode = true])
									
		assemble (line 63)
	Generates a URL path that can be used in URL creation, redirection, etc.
May be passed user params to override ones from URI, Request or even defaults. If passed parameter has a value of null, it's URL variable will be reset to default.
If null is passed as a route name assemble will use the current Route or 'default' if current is not yet set.
Reset is used to signal that all parameters should be reset to it's defaults. Ignoring all URL specified values. User specified params still get precedence.
Encode tells to url encode resulting path parts.
		clearParams (line 122)
	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.
		getParam (line 103)
	Retrieve a single parameter from the controller parameter stack
		getParams (line 110)
	Retrieve the parameters to pass to helper object constructors
		route (line 39)
	Processes a request and sets its controller and action. If no route was possible, an exception is thrown.
		setParam (line 87)
	Add or modify a parameter with which to instantiate any helper objects
		setParams (line 95)
	Set an array of a parameters to pass to helper object constructors
Documentation generated on Mon, 21 Jun 2010 15:29:35 -0400 by phpDocumentor 1.4.3