SelectorUrlXmlMap
extends jSelectorSimpleFile
in package
a specific selector for the xml files which contains the configuration of the UrlMapper.
Tags
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
$file
public
mixed
$file
= ''
Tags
$localFile
public
mixed
$localFile
= ''
Tags
$type
public
mixed
$type
= 'urlxmlmap'
Tags
$_basePath
protected
mixed
$_basePath
= ''
Tags
$_localBasePath
protected
mixed
$_localBasePath
= ''
Tags
$_localPath
protected
mixed
$_localPath
= ''
Tags
$_path
protected
mixed
$_path
Tags
Methods
__construct()
SelectorUrlXmlMap constructor.
public
__construct(string $selInApp[, string $selInVar = '' ]) : mixed
Parameters
- $selInApp : string
- $selInVar : string = ''
Tags
Return values
mixed —getCompiledFilePath()
public
getCompiledFilePath() : string
Tags
Return values
string —file path of the compiled file (if the main file should be compiled by jelix)
getCompiler()
public
getCompiler() : null|object
Tags
Return values
null|object —the compiler used to compile file
getLocalPath()
public
getLocalPath() : mixed
Tags
Return values
mixed —getPath()
public
getPath() : string
Tags
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:...")
Tags
Return values
string —the selector
useMultiSourceCompiler()
public
useMultiSourceCompiler() : bool
Tags
Return values
bool —true if the compiler compile many file at one time