MapperConfig
in package
Tags
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
$basePath
protected
mixed
$basePath
= '/'
Tags
$checkHttpsOnParsing
for an app on a simple http server behind an https proxy, we shouldn't check HTTPS.
protected
mixed
$checkHttpsOnParsing
= true
Tags
$enableParser
protected
mixed
$enableParser
= true
Tags
$entryPointName
protected
mixed
$entryPointName
= 'index'
Tags
$extensionNeeded
tell if adding .php to the entrypoint name in the url is requiered.
protected
mixed
$extensionNeeded
= true
Tags
$localMapFile
file that contains the url mapping, into var/config.
protected
string
$localMapFile
= ''
Tags
$mapFile
file that contains the url mapping into app/system.
protected
string
$mapFile
= ''
Tags
$notFoundAct
protected
mixed
$notFoundAct
= 'jelix~error:notfound'
Tags
Methods
__construct()
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
Tags
Return values
mixed —__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed