UrlQuery

Deprecated!

since 5.0.0 will be removed in 6.0.0

see:UrlQuery

Namespace

IO\Services\UrlBuilder

Properties
Type Name Description

``

$domain

``

$path

``

$lang

Methods
public static shouldAppendTrailingSlash():bool
Deprecated!

since 5.0.0 will be removed in 6.0.0

public __construct($path = null, $lang = null)

UrlQuery constructor.

Parameters

Type

Name

Description

string

$path

string

$lang

public append($suffix):UrlQuery
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$suffix

public join($path):UrlQuery
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$path

public toAbsoluteUrl($includeLanguage = false):string
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

bool

$includeLanguage

public toRelativeUrl($includeLanguage = false):string
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

bool

$includeLanguage

public getPath($includeLanguage = false):mixed
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

bool

$includeLanguage

public equals($path):bool
Deprecated!

since 5.0.0 will be removed in 6.0.0

Parameters

Type

Name

Description

string

$path