Zend Framework
1.12
|
Public Member Functions | |
url (array $urlOptions=array(), $name=null, $reset=false, $encode=true) | |
Generates an url given the name of a route. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Additional Inherited Members | |
![]() | |
$view = null | |
url | ( | array | $urlOptions = array() , |
$name = null , |
|||
$reset = false , |
|||
$encode = true |
|||
) |
Generates an url given the name of a route.
public
array | $urlOptions | Options passed to the assemble method of the Route object. |
mixed | $name | The name of a Route to use. If null it will use the current Route |
bool | $reset | Whether or not to reset the route defaults with those provided |