MapInclude
extends AbstractEntry
in package
Tags
Table of Contents
- $defaultUrl : mixed
- $https : mixed
- $includedFile : string
- $pathInfo : mixed
- __construct() : mixed
- addToEntryPoint() : mixed
- Declare the url described by the map entry, into the given entrypoint for the given module
- forceHttps() : mixed
- getIncludedFile() : string
- getPathInfo() : mixed
- isDefault() : mixed
- isForHttpsOnly() : mixed
- removeFromEntryPoint() : mixed
- remove the url described by the map entry, from the given entrypoint
- setAsDefault() : mixed
Properties
$defaultUrl
protected
mixed
$defaultUrl
= false
Tags
$https
protected
mixed
$https
= false
Tags
$includedFile
protected
string
$includedFile
Tags
$pathInfo
protected
mixed
$pathInfo
Tags
Methods
__construct()
public
__construct(mixed $includedFile[, mixed $pathInfo = '' ]) : mixed
Parameters
- $includedFile : mixed
- $pathInfo : mixed = ''
-
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 —getIncludedFile()
public
getIncludedFile() : string
Tags
Return values
string —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