Class jSelectorClass

Description

selector for business class

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.

Located in /core/selector/jSelectorClass.class.php (line 21)

jSelectorModule
   |
   --jSelectorClass
Direct descendents
Class Description
jSelectorUrlHandler a specific selector for user url handler
jSelectorIface selector for interface
Variable Summary
mixed $className
mixed $subpath
mixed $type
mixed $_dirname
mixed $_suffix
Method Summary
jSelectorClass __construct ( $sel)
void toString ([ $full = false])
void _createPath ()
Variables
mixed $className = '' (line 35)

the class name specified in the selector

  • since: 1.0b2
  • access: public
mixed $subpath = '' (line 30)

subpath part in the resource content

  • since: 1.0b2
  • access: public
mixed $type = 'class' (line 22)
  • access: protected

Redefinition of:
jSelectorModule::$type

Redefined in descendants as:
mixed $_dirname = 'classes/' (line 23)
  • access: protected

Redefinition of:
jSelectorModule::$_dirname

Redefined in descendants as:
mixed $_suffix = '.class.php' (line 24)
  • access: protected

Redefinition of:
jSelectorModule::$_suffix

Redefined in descendants as:

Inherited Variables

Inherited from jSelectorModule

jSelectorModule::$module
jSelectorModule::$resource
jSelectorModule::$_cachePath
jSelectorModule::$_cacheSuffix
jSelectorModule::$_compiler
jSelectorModule::$_compilerPath
jSelectorModule::$_path
jSelectorModule::$_useMultiSourceCompiler
Methods
Constructor __construct (line 37)
jSelectorClass __construct ( $sel)
  • $sel

Redefinition of:
jSelectorModule::__construct()
toString (line 75)
  • access: public
void toString ([ $full = false])
  • $full

Redefinition of:
jSelectorModule::toString()
_createCachePath (line 71)
  • access: protected
void _createCachePath ()

Redefinition of:
jSelectorModule::_createCachePath()
_createPath (line 59)
  • access: protected
void _createPath ()

Redefinition of:
jSelectorModule::_createPath()

Redefined in descendants as:

Inherited Methods

Inherited From jSelectorModule

jSelectorModule::__construct()
jSelectorModule::getCompiledFilePath()
jSelectorModule::getCompiler()
jSelectorModule::getPath()
jSelectorModule::toString()
jSelectorModule::useMultiSourceCompiler()
jSelectorModule::_createCachePath()
jSelectorModule::_createPath()

Documentation generated on Thu, 19 Sep 2013 00:07:13 +0200 by phpDocumentor 1.4.3