PHP 클래스 Horde_Core_Smartmobile_Url, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Url
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_baseUrl Horde_Url The URL used as the base for the smartmobile anchor.

공개 메소드들

메소드 설명
__construct ( Horde_Url $url = null, boolean $raw = null ) Constructor.
toString ( boolean $raw = false, boolean $full = true ) : string Creates the full URL string.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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?
리턴 string The string representation of this object.

프로퍼티 상세

$_baseUrl 보호되어 있는 프로퍼티

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