PHP Class Jackalope\Query\QOM\PropertyExistence

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

getConstraints() public méthode

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

getPropertyName() public méthode

{@inheritDoc}
public getPropertyName ( )

getSelectorName() public méthode

{@inheritDoc}
public getSelectorName ( )

Property Details

$propertyName protected_oe property

protected string $propertyName
Résultat string

$selectorName protected_oe property

protected string $selectorName
Résultat string