$_baseUrl $_baseUrl : \Horde_Url The URL used as the base for the smartmobile anchor. Type \Horde_Url
__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.