Jelix 1.7.18

SelectorUrlXmlMap extends jSelectorSimpleFile
in package

a specific selector for the xml files which contains the configuration of the UrlMapper.

Table of Contents

$file  : mixed
$localFile  : mixed
$type  : mixed
$_basePath  : mixed
$_localBasePath  : mixed
$_localPath  : mixed
$_path  : mixed
__construct()  : mixed
SelectorUrlXmlMap constructor.
getCompiledFilePath()  : string
getCompiler()  : null|object
getLocalPath()  : mixed
getPath()  : string
toString()  : string
useMultiSourceCompiler()  : bool

Properties

Methods

__construct()

SelectorUrlXmlMap constructor.

public __construct(string $selInApp[, string $selInVar = '' ]) : mixed
Parameters
$selInApp : string
$selInVar : string = ''
Tags
throws
jExceptionSelector
Return values
mixed

getCompiledFilePath()

public getCompiledFilePath() : string
Return values
string

file path of the compiled file (if the main file should be compiled by jelix)

getCompiler()

public getCompiler() : null|object
Return values
null|object

the compiler used to compile file

getPath()

public getPath() : string
Return values
string

file path corresponding to the resource pointing by the selector

toString()

public toString([mixed $full = false ]) : string
Parameters
$full : mixed = false

true if you want a full selector ("type:...")

Return values
string

the selector

useMultiSourceCompiler()

public useMultiSourceCompiler() : bool
Return values
bool

true if the compiler compile many file at one time

Search results