*/ class Horde_Constraint_AlwaysFalse implements Horde_Constraint { public function evaluate($value) { return false; } }