Documentation

Horde_Constraint_Or extends Horde_Constraint_Coupler
in package

Represents a collection of constraints, if any are true, the collection will evaluate to true.

Tags
author

James Pepin james@jamespepin.com

author

Chuck Hagenbuch chuck@horde.org

category

Horde

copyright

2009-2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

$_constraints  : mixed
__construct()  : mixed
addConstraint()  : mixed
evaluate()  : mixed
getConstraints()  : mixed

Properties

$_constraints

protected mixed $_constraints = array()

Methods

__construct()

public __construct() : mixed
Return values
mixed

evaluate()

public evaluate(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

getConstraints()

public getConstraints() : mixed
Return values
mixed

Search results