PHP Class Jackalope\Query\QOM\ChildNodeConstraint

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( string $selectorName, string $parentPath ) Create a new child node constraint
getConstraints ( ) : array Gets all constraints including itself
getParentPath ( ) {@inheritDoc}
getSelectorName ( ) {@inheritDoc}

Method Details

__construct() public méthode

Create a new child node constraint
public __construct ( string $selectorName, string $parentPath )
$selectorName string
$parentPath string parent path the node must be child of

getConstraints() public méthode

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

getParentPath() public méthode

{@inheritDoc}
public getParentPath ( )

getSelectorName() public méthode

{@inheritDoc}
public getSelectorName ( )

Property Details

$parentPath protected_oe property

protected string $parentPath
Résultat string

$selectorName protected_oe property

protected string $selectorName
Résultat string