jSelectorAct
extends jSelectorActFast
in package
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.
Tags
Table of Contents
- $forUrl : mixed
- __construct() : mixed
- _createPath() : mixed
Properties
$forUrl
protected
mixed
$forUrl
= alse
Methods
__construct()
public
__construct(string $sel[, bool $enableRequestPart = false ][, bool $toRetrieveUrl = false ]) : mixed
Parameters
- $sel : string
-
the selector
- $enableRequestPart : bool = false
-
true if the selector can contain the request part
- $toRetrieveUrl : bool = false
-
true if the goal to have this selector is to generate an url
Tags
Return values
mixed —_createPath()
protected
_createPath() : mixed