PHP Class Jackalope\Query\QOM\DescendantNodeConstraint

Inheritance: implements PHPCR\Query\QOM\DescendantNodeInterface
Show file Open project: jackalope/jackalope

Protected Properties

Property Type Description
$ancestorPath string
$selectorName string

Public Methods

Method Description
__construct ( string $selectorName, string $path ) Constructor
getAncestorPath ( ) {@inheritDoc}
getConstraints ( ) : array Gets all constraints including itself
getSelectorName ( ) {@inheritDoc}

Method Details

__construct() public method

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

getAncestorPath() public method

{@inheritDoc}
public getAncestorPath ( )

getConstraints() public method

Gets all constraints including itself
public getConstraints ( ) : array
return array the constraints

getSelectorName() public method

{@inheritDoc}
public getSelectorName ( )

Property Details

$ancestorPath protected property

protected string $ancestorPath
return string

$selectorName protected property

protected string $selectorName
return string