PHP Class Jackalope\Query\QOM\OrConstraint

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

Protected Properties

Свойство Type Description
$constraint1 PHPCR\Query\QOM\ConstraintInterface
$constraint2 PHPCR\Query\QOM\ConstraintInterface

Méthodes publiques

Méthode Description
__construct ( PHPCR\Query\QOM\ConstraintInterface $constraint1, PHPCR\Query\QOM\ConstraintInterface $constraint2 ) Constructor
getConstraint1 ( ) {@inheritDoc}
getConstraint2 ( ) {@inheritDoc}
getConstraints ( ) : array Gets all constraints including itself

Method Details

__construct() public méthode

Constructor
public __construct ( PHPCR\Query\QOM\ConstraintInterface $constraint1, PHPCR\Query\QOM\ConstraintInterface $constraint2 )
$constraint1 PHPCR\Query\QOM\ConstraintInterface
$constraint2 PHPCR\Query\QOM\ConstraintInterface

getConstraint1() public méthode

{@inheritDoc}
public getConstraint1 ( )

getConstraint2() public méthode

{@inheritDoc}
public getConstraint2 ( )

getConstraints() public méthode

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

Property Details

$constraint1 protected_oe property

protected ConstraintInterface,PHPCR\Query\QOM $constraint1
Résultat PHPCR\Query\QOM\ConstraintInterface

$constraint2 protected_oe property

protected ConstraintInterface,PHPCR\Query\QOM $constraint2
Résultat PHPCR\Query\QOM\ConstraintInterface