Class jSelectorTpl

Description

Template selector

syntax : "module~tplName". file : templates/tplName.tpl .

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

jSelectorModule
   |
   --jSelectorTpl
Variable Summary
mixed $outputType
mixed $trusted
mixed $type
mixed $_dirname
mixed $_suffix
mixed $_where
Method Summary
jSelectorTpl __construct (string $sel, [string $outputtype = ''], [boolean $trusted = true])
void _createPath ()
Variables
mixed $outputType = '' (line 581)
  • access: public
mixed $trusted = true (line 582)
  • access: public
mixed $type = 'tpl' (line 577)
  • access: protected

Redefinition of:
jSelectorModule::$type
mixed $_dirname = 'templates/' (line 578)
  • access: protected

Redefinition of:
jSelectorModule::$_dirname
mixed $_suffix = '.tpl' (line 579)
  • access: protected

Redefinition of:
jSelectorModule::$_suffix
mixed $_where (line 580)
  • access: protected

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 589)
jSelectorTpl __construct (string $sel, [string $outputtype = ''], [boolean $trusted = true])
  • string $sel: the template selector
  • string $outputtype: the type of output (html, text..) By default, it takes the response type
  • boolean $trusted: says if the template file is trusted or not

Redefinition of:
jSelectorModule::__construct()
_createCachePath (line 657)
  • access: protected
void _createCachePath ()

Redefinition of:
jSelectorModule::_createCachePath()
_createPath (line 603)
  • 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:59 +0200 by phpDocumentor 1.4.3