Class jSelectorAct

Description

Generic Action selector

main syntax: "module~action@requestType". module should be a valid module name or # (#=says to get the module of the current request). action should be an action name (controller:method or controller_method). all part are optional, but it should have one part at least.

Located in /core/selector/jSelectorAct.class.php (line 23)

jSelectorModule
   |
   --jSelectorActFast
      |
      --jSelectorAct
Variable Summary
mixed $forUrl
Method Summary
jSelectorAct __construct (string $sel, [boolean $enableRequestPart = false], [ $toRetrieveUrl = false])
void _createPath ()
Variables
Methods
Constructor __construct (line 31)
jSelectorAct __construct (string $sel, [boolean $enableRequestPart = false], [ $toRetrieveUrl = false])
  • string $sel: the selector
  • boolean $enableRequestPart: true if the selector can contain the request part
  • $toRetrieveUrl

Redefinition of:
jSelectorActFast::__construct()
_createPath (line 68)
  • access: protected
void _createPath ()

Redefinition of:
jSelectorActFast::_createPath()

Inherited Methods

Inherited From jSelectorActFast

jSelectorActFast::__construct()
jSelectorActFast::getClass()
jSelectorActFast::toString()
jSelectorActFast::_createCachePath()
jSelectorActFast::_createPath()

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:01:53 +0200 by phpDocumentor 1.4.3