Router
Table of Contents
-
getRoutes()
: mixed
-
isContentOnly()
: bool
-
isGetJSON()
: bool
-
isLegacyMode()
: bool
-
makeShortURL()
: string
-
makeURL()
: mixed
-
redirect()
: mixed
getRoutes()
public
getRoutes(array<string|int, mixed> &$requestedClasses) : mixed
Parameters
-
$requestedClasses
: array<string|int, mixed>
-
Return values
mixed
—
isContentOnly()
public
static isContentOnly() : bool
Return values
bool
—
isGetJSON()
public
static isGetJSON() : bool
Return values
bool
—
isLegacyMode()
public
static isLegacyMode([bool $ignoreConfig = false ]) : bool
Parameters
-
$ignoreConfig
: bool
= false
-
Return values
bool
—
makeShortURL()
public
static makeShortURL(string|array<string|int, mixed> $query) : string
Parameters
-
$query
: string|array<string|int, mixed>
-
Return values
string
—
makeURL()
public
static makeURL(array<string|int, mixed> $query) : mixed
Parameters
-
$query
: array<string|int, mixed>
-
Return values
mixed
—
redirect()
public
static redirect(string|array<string|int, mixed> $query) : mixed
Parameters
-
$query
: string|array<string|int, mixed>
-
Return values
mixed
—