Jelix 1.7.18

UrlMapData
in package

Contain informations of an url, readed from the map file.

Table of Contents

$action  : mixed
$actionOverride  : bool|array<string|int, string>
$entryPoint  : mixed
$entryPointUrl  : mixed
$escapes  : mixed
$isDefault  : mixed
$isHttps  : mixed
$module  : mixed
$params  : mixed
$requestType  : mixed
$statics  : mixed
__construct()  : mixed
getFullSel()  : mixed
setAction()  : mixed
setActionOverride()  : mixed

Properties

$actionOverride

public bool|array<string|int, string> $actionOverride = false

Methods

__construct()

public __construct(string $rt, string $ep, bool $isHttps) : mixed
Parameters
$rt : string

entrypoint type

$ep : string

entrypoint name

$isHttps : bool

indicate if https is requiered

Return values
mixed

getFullSel()

public getFullSel() : mixed
Return values
mixed

setAction()

public setAction(mixed $action) : mixed
Parameters
$action : mixed
Return values
mixed

setActionOverride()

public setActionOverride(mixed $actionoverride) : mixed
Parameters
$actionoverride : mixed
Return values
mixed

Search results