Jelix 1.8.8

jIActionSelector extends jISelector

interface of action selector

Tags
subpackage

core_selector

Table of Contents

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

Methods

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

getPath()

public getPath() : string
Tags
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:...")

Tags
Return values
string

the selector

useMultiSourceCompiler()

public useMultiSourceCompiler() : bool
Tags
Return values
bool

true if the compiler compile many file at one time

Search results