PHP Class Jackalope\Query\QOM\SameNode

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

Protected Properties

Property Type Description
$path string
$selectorName string

Public Methods

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

Method Details

__construct() public method

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

getConstraints() public method

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

getPath() public method

{@inheritDoc}
public getPath ( )

getSelectorName() public method

{@inheritDoc}
public getSelectorName ( )

Property Details

$path protected property

protected string $path
return string

$selectorName protected property

protected string $selectorName
return string