public function match($condition, $params = []) { $this->match = $condition; $this->addParams($params); return $this; }