Jelix 1.8.11

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 abstract addToEntryPoint(XmlEntryPoint $ep, string $module) : mixed
Parameters
$ep : XmlEntryPoint
$module : string
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 abstract removeFromEntryPoint(XmlEntryPoint $ep, string $module) : mixed
Parameters
$ep : XmlEntryPoint
$module : string
Tags
Return values
mixed

setAsDefault()

public setAsDefault() : mixed
Tags
Return values
mixed

Search results