PHP Class Jackalope\Query\QOM\Selector

Inheritance: implements PHPCR\Query\QOM\SelectorInterface
Afficher le fichier Open project: jackalope/jackalope

Protected Properties

Свойство Type Description
$nodeTypeName string
$selectorName string

Méthodes publiques

Méthode Description
__construct ( string $selectorName, string $nodeTypeName ) Constructor
getNodeTypeName ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

Method Details

__construct() public méthode

Constructor
public __construct ( string $selectorName, string $nodeTypeName )
$selectorName string
$nodeTypeName string

getNodeTypeName() public méthode

{@inheritDoc}
public getNodeTypeName ( )

getSelectorName() public méthode

{@inheritDoc}
public getSelectorName ( )

Property Details

$nodeTypeName protected_oe property

protected string $nodeTypeName
Résultat string

$selectorName protected_oe property

protected string $selectorName
Résultat string