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/jSelector.class.php (line 301)

jSelectorModule
   |
   --jSelectorClass
Direct descendents
Class Description
jSelectorIface selector for interface
jSelectorUrlHandler a specific selector for user url handler
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 315)

the class name specified in the selector

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

subpath part in the resource content

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

Redefinition of:
jSelectorModule::$type

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

Redefinition of:
jSelectorModule::$_dirname

Redefined in descendants as:
mixed $_suffix = '.class.php' (line 304)
  • 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 317)
jSelectorClass __construct ( $sel)
  • $sel

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

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

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

Redefinition of:
jSelectorModule::_createPath()

Inherited Methods

Inherited From jSelectorModule

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

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