MetaFox

UrlUtility
in package
implements UrlUtilityInterface

Table of Contents

Interfaces

UrlUtilityInterface

Methods

convertUrlToLink()  : string
getFromUserName()  : array<string|int, mixed>
isAbsoluteUrl()  : bool
check if the current url is a absolute url or not.
makeApiFullUrl()  : string
makeApiMobileResourceUrl()  : string
makeApiMobileUrl()  : string
makeApiResourceFullUrl()  : string
makeApiResourceUrl()  : string
makeApiUrl()  : string

Methods

public convertUrlToLink(string $url[, bool $isMobile = false ]) : string
Parameters
$url : string
$isMobile : bool = false
Return values
string

getFromUserName()

public getFromUserName(string $userName) : array<string|int, mixed>
Parameters
$userName : string
Return values
array<string|int, mixed>

isAbsoluteUrl()

check if the current url is a absolute url or not.

public isAbsoluteUrl(string $url) : bool
Parameters
$url : string
Return values
bool

makeApiFullUrl()

public makeApiFullUrl(string $uri) : string
Parameters
$uri : string
Return values
string

makeApiMobileResourceUrl()

public makeApiMobileResourceUrl(string $resourceName, int $resourceId) : string
Parameters
$resourceName : string
$resourceId : int
Return values
string

makeApiMobileUrl()

public makeApiMobileUrl(string $route) : string
Parameters
$route : string
Return values
string

makeApiResourceFullUrl()

public makeApiResourceFullUrl(string $resourceName, int $resourceId) : string
Parameters
$resourceName : string
$resourceId : int
Return values
string

makeApiResourceUrl()

public makeApiResourceUrl(string $resourceName, int $resourceId) : string
Parameters
$resourceName : string
$resourceId : int
Return values
string

makeApiUrl()

public makeApiUrl(string $route) : string
Parameters
$route : string
Return values
string

        
On this page

Search results