\Horde_Constraint_And

Represents a collection of constraints, if one is false, this collection will evaluate to false

Based on PHPUnit_Framework_Constraint_And

Summary

Methods
Properties
Constants
__construct()
addConstraint()
getConstraints()
evaluate()
No public properties found
No constants found
No protected methods found
$_constraints
N/A
No private methods found
No private properties found
N/A

Properties

$_constraints

$_constraints : 

Type

Methods

__construct()

__construct() 

addConstraint()

addConstraint(\Horde_Constraint  $constraint) 

Parameters

\Horde_Constraint $constraint

getConstraints()

getConstraints() 

evaluate()

evaluate(  $value) 

Parameters

$value