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