UrlMapData
in package
Contain informations of an url, readed from the map file.
Tags
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
$action
public
mixed
$action
= ''
Tags
$actionOverride
public
bool|array<string|int, string>
$actionOverride
= false
Tags
$entryPoint
public
mixed
$entryPoint
= ''
Tags
$entryPointUrl
public
mixed
$entryPointUrl
= ''
Tags
$escapes
public
mixed
$escapes
= array()
Tags
$isDefault
public
mixed
$isDefault
= false
Tags
$isHttps
public
mixed
$isHttps
= false
Tags
$module
public
mixed
$module
= ''
Tags
$params
public
mixed
$params
= array()
Tags
$requestType
public
mixed
$requestType
= ''
Tags
$statics
public
mixed
$statics
= array()
Tags
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
Tags
Return values
mixed —getFullSel()
public
getFullSel() : mixed
Tags
Return values
mixed —setAction()
public
setAction(mixed $action) : mixed
Parameters
- $action : mixed
Tags
Return values
mixed —setActionOverride()
public
setActionOverride(mixed $actionoverride) : mixed
Parameters
- $actionoverride : mixed