\Horde_Core_Smartmobile_Url

Extend the base URL class to allow for use with the URL parameter scheme used in Horde's smartmobile framework.

Summary

Methods
Properties
Constants
__construct()
toString()
No public properties found
No constants found
No protected methods found
$_baseUrl
N/A
No private methods found
No private properties found
N/A

Properties

$_baseUrl

$_baseUrl : \Horde_Url

The URL used as the base for the smartmobile anchor.

Type

\Horde_Url

Methods

__construct()

__construct(\Horde_Url  $url = null, boolean  $raw = null) 

Constructor.

Parameters

\Horde_Url $url

The basic URL.

boolean $raw

Whether to output the URL in the raw URL format or HTML-encoded.

toString()

toString(boolean  $raw = false, boolean  $full = true) : string

Creates the full URL string.

Parameters

boolean $raw

Whether to output the URL in the raw URL format or HTML-encoded.

boolean $full

Output the full URL?

Returns

string —

The string representation of this object.