Class jSelectorTpl

Description

Template selector

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

Located in /core/selector/jSelectorTpl.class.php (line 22)

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 27)
  • access: public
mixed $trusted = true (line 28)
  • access: public
mixed $type = 'tpl' (line 23)
  • access: protected

Redefinition of:
jSelectorModule::$type
mixed $userFunctions = array() (line 30)
  • access: public
mixed $userModifiers = array() (line 29)
  • access: public
mixed $_dirname = 'templates/' (line 24)
  • access: protected

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

Redefinition of:
jSelectorModule::$_suffix
mixed $_where (line 26)
  • 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 37)
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 105)
  • access: protected
void _createCachePath ()

Redefinition of:
jSelectorModule::_createCachePath()
_createPath (line 51)
  • 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, 24 Sep 2014 22:02:04 +0200 by phpDocumentor 1.4.3