Jelix 1.7.18

jISelector

interface of selector classes.

Tags
subpackage

core_selector

Table of Contents

getCompiledFilePath()  : string
getCompiler()  : null|object
getPath()  : string
toString()  : string
useMultiSourceCompiler()  : bool

Methods

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([bool $full = false ]) : string
Parameters
$full : bool = 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