Jelix 1.7.18

MapperConfig
in package

Table of Contents

$basePath  : mixed
$checkHttpsOnParsing  : mixed
for an app on a simple http server behind an https proxy, we shouldn't check HTTPS.
$enableParser  : mixed
$entryPointName  : mixed
$extensionNeeded  : mixed
tell if adding .php to the entrypoint name in the url is requiered.
$localMapFile  : string
file that contains the url mapping, into var/config.
$mapFile  : string
file that contains the url mapping into app/system.
$notFoundAct  : mixed
__construct()  : mixed
__get()  : mixed

Properties

$checkHttpsOnParsing

for an app on a simple http server behind an https proxy, we shouldn't check HTTPS.

protected mixed $checkHttpsOnParsing = true

$entryPointName

protected mixed $entryPointName = 'index'

$extensionNeeded

tell if adding .php to the entrypoint name in the url is requiered.

protected mixed $extensionNeeded = true

$localMapFile

file that contains the url mapping, into var/config.

protected string $localMapFile = ''

$mapFile

file that contains the url mapping into app/system.

protected string $mapFile = ''

$notFoundAct

protected mixed $notFoundAct = 'jelix~error:notfound'

Methods

__construct()

public __construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
$options : array<string|int, mixed> = array()
Return values
mixed

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

Search results