jIActionSelector
extends
jISelector
in
interface of action selector
Tags
Table of Contents
- getClass() : mixed
- getCompiledFilePath() : string
- getCompiler() : null|object
- getPath() : string
- isEqualTo() : mixed
- toString() : string
- useMultiSourceCompiler() : bool
Methods
getClass()
public
getClass() : mixed
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
getPath()
public
getPath() : string
Tags
Return values
string —file path corresponding to the resource pointing by the selector
isEqualTo()
public
isEqualTo(jIActionSelector $otherAction) : mixed
Parameters
- $otherAction : jIActionSelector
Tags
Return values
mixed —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