jSelectorUrlHandler

Extends \jSelectorClass

a specific selector for user url handler

business class is a class stored in classname.class.php file in the classes/ module directory or one of its subdirectory. syntax : "module~classname" or "module~classname.

package

jelix

subpackage

urls_engine

author

Laurent Jouanneau

copyright

2005-2006 Laurent Jouanneau

Methods

__construct

__construct( $sel) 
inherited

Arguments

$sel

_createCachePath

_createCachePath() 
inherited

_createPath

_createPath() 
inherited

getCompiledFilePath

getCompiledFilePath() : string
inherited

Response

string

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

getCompiler

getCompiler() : object|null
inherited

Response

object|null

the compiler used to compile file

getPath

getPath() : string
inherited

Response

string

file path corresponding to the resource pointing by the selector

toString

toString(boolean $full = false) : string
inherited

Arguments

$full

boolean

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

Response

string

the selector

useMultiSourceCompiler

useMultiSourceCompiler() : boolean
inherited

Response

boolean

true if the compiler compile many file at one time

Properties

type

type : 
inherited

Type(s)

_suffix

_suffix : 
inherited

Type(s)

_dirname

_dirname : 
inherited

Type(s)

subpath part in the resource content

subpath : 
inherited
since

Type(s)

the class name specified in the selector

className : 
inherited
since

Type(s)

module

module : 
inherited

Type(s)

resource

resource : 
inherited

Type(s)

_cacheSuffix

_cacheSuffix : 
inherited

Type(s)

_path

_path : 
inherited

Type(s)

_cachePath

_cachePath : 
inherited

Type(s)

_compiler

_compiler : 
inherited

Type(s)

_compilerPath

_compilerPath : 
inherited

Type(s)

_useMultiSourceCompiler

_useMultiSourceCompiler : 
inherited

Type(s)