public static function create(array $predicated) { $clause = new static(); $clause->setPredicates(WhereClause::buildPredicates($predicated)); return $clause; }