Jelix 1.8.11

ModuleUrl extends AbstractEntry
in package

Tags

Table of Contents

$defaultUrl  : mixed
$https  : mixed
$pathInfo  : mixed
__construct()  : mixed
addToEntryPoint()  : mixed
Declare the url described by the map entry, into the given entrypoint for the given module
forceHttps()  : mixed
getPathInfo()  : mixed
isDefault()  : mixed
isForHttpsOnly()  : mixed
removeFromEntryPoint()  : mixed
remove the url described by the map entry, from the given entrypoint
setAsDefault()  : mixed

Properties

Methods

__construct()

public __construct([string $pathInfo = '' ]) : mixed
Parameters
$pathInfo : string = ''

if empty, it will be the module name by default

Tags
Return values
mixed

addToEntryPoint()

Declare the url described by the map entry, into the given entrypoint for the given module

public addToEntryPoint(XmlEntryPoint $ep, mixed $module) : mixed
Parameters
$ep : XmlEntryPoint
$module : mixed
Tags
Return values
mixed

forceHttps()

public forceHttps() : mixed
Tags
Return values
mixed

getPathInfo()

public getPathInfo() : mixed
Tags
Return values
mixed

isDefault()

public isDefault() : mixed
Tags
Return values
mixed

isForHttpsOnly()

public isForHttpsOnly() : mixed
Tags
Return values
mixed

removeFromEntryPoint()

remove the url described by the map entry, from the given entrypoint

public removeFromEntryPoint(XmlEntryPoint $ep, mixed $module) : mixed
Parameters
$ep : XmlEntryPoint
$module : mixed
Tags
Return values
mixed

setAsDefault()

public setAsDefault() : mixed
Tags
Return values
mixed

Search results