Public Member Functions

Zend_View_Helper_Url Class Reference

Inheritance diagram for Zend_View_Helper_Url:
Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 url (array $urlOptions=array(), $name=null, $reset=false, $encode=true)

Detailed Description

Definition at line 34 of file Url.php.


Member Function Documentation

url ( array $  urlOptions = array(),
name = null,
reset = false,
encode = true 
)

Generates an url given the name of a route.

public

Parameters:
array$urlOptionsOptions passed to the assemble method of the Route object.
mixed$nameThe name of a Route to use. If null it will use the current Route
bool$resetWhether or not to reset the route defaults with those provided
Returns:
string Url for the link href attribute.

Definition at line 46 of file Url.php.


The documentation for this class was generated from the following file: