jSelectorFactory

Create instance of selectors object

package

jelix

subpackage

core_selector

Methods

__construct

__construct() 

Create an instance of a selector object corresponding to the given selector

create(string $selstr, boolean $defaulttype = false) : \jISelector
static
Throws
\jExceptionSelector

Arguments

$selstr

string

the selector. It should be a full selector : "type:module~resource" (not "module~resource")

$defaulttype

boolean

Response

\jISelector

the corresponding selector