class JRouteWrapperRoute

Wrapper class for JRoute

Methods

string
_( string $url, boolean $xhtml = true, integer $ssl = null)

Helper wrapper method for _

Details

string _( string $url, boolean $xhtml = true, integer $ssl = null)

Helper wrapper method for _

Parameters

string $url Absolute or Relative URI to Joomla resource.
boolean $xhtml Replace & by & for XML compliance.
integer $ssl Secure state for the resolved URI.

Return Value

string The translated humanly readable URL.

See also

JRoute::_()