PHP Class Horde_Core_Smartmobile_Url, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Url
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_baseUrl Horde_Url The URL used as the base for the smartmobile anchor.

Public Methods

Method Description
__construct ( Horde_Url $url = null, boolean $raw = null ) Constructor.
toString ( boolean $raw = false, boolean $full = true ) : string Creates the full URL string.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Url $url = null, boolean $raw = null )
$url Horde_Url The basic URL.
$raw boolean Whether to output the URL in the raw URL format or HTML-encoded.

toString() public method

Creates the full URL string.
public toString ( boolean $raw = false, boolean $full = true ) : string
$raw boolean Whether to output the URL in the raw URL format or HTML-encoded.
$full boolean Output the full URL?
return string The string representation of this object.

Property Details

$_baseUrl protected property

The URL used as the base for the smartmobile anchor.
protected Horde_Url $_baseUrl
return Horde_Url