Class jSelectorModule

Description

Implements interfaces:

base class for all selector concerning module files

General syntax for them : "module~resource". Syntax of resource depend on the selector type. module is optional.

  • abstract:

Located in /core/jSelector.class.php (line 95)


	
			
Direct descendents
Class Description
jSelectorActFast Special Action selector for jcoordinator Don't use it ! Only for internal purpose.
jSelectorClass selector for business class
jSelectorLoc selector for localisation string
jSelectorDao Selector for dao file syntax : "module~daoName".
jSelectorTpl Template selector
jSelectorZone Zone selector
jSelectorForm Form selector
Variable Summary
mixed $module
mixed $resource
mixed $type
mixed $_cachePath
mixed $_compiler
mixed $_dirname
mixed $_path
mixed $_suffix
Method Summary
jSelectorModule __construct ( $sel)
void getCompiler ()
void getPath ()
void toString ([ $full = false])
void _createPath ()
Variables
mixed $module = null (line 96)
  • access: public
mixed $resource = null (line 97)
  • access: public
mixed $_cachePath (line 104)
  • access: protected
mixed $_cacheSuffix = '.php' (line 102)
  • access: protected
mixed $_compiler = null (line 105)
  • access: protected

Redefined in descendants as:
mixed $_compilerPath (line 106)
  • access: protected
mixed $_path (line 103)
  • access: protected
mixed $_useMultiSourceCompiler = false (line 107)
  • access: protected
Methods
getCompiledFilePath (line 128)
  • access: public
void getCompiledFilePath ()

Implementation of:
jISelector::getCompiledFilePath()
getCompiler (line 132)
  • access: public
void getCompiler ()

Implementation of:
jISelector::getCompiler()
getPath (line 124)
  • access: public
void getPath ()

Implementation of:
jISelector::getPath()
toString (line 144)
  • access: public
void toString ([ $full = false])
  • $full

Implementation of:
jISelector::toString()

Redefined in descendants as:
useMultiSourceCompiler (line 140)
  • access: public
void useMultiSourceCompiler ()

Implementation of:
jISelector::useMultiSourceCompiler()

Documentation generated on Wed, 07 Sep 2011 13:47:59 +0200 by phpDocumentor 1.4.3