PHP Class Jackalope\Query\QOM\SameNode

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( string $selectorName, string $path ) Constructor
getConstraints ( ) : array Gets all constraints including itself
getPath ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

Method Details

__construct() public méthode

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

getConstraints() public méthode

Gets all constraints including itself
public getConstraints ( ) : array
Résultat array the constraints

getPath() public méthode

{@inheritDoc}
public getPath ( )

getSelectorName() public méthode

{@inheritDoc}
public getSelectorName ( )

Property Details

$path protected_oe property

protected string $path
Résultat string

$selectorName protected_oe property

protected string $selectorName
Résultat string