params); } protected function cloneInternal(Query $query) { if (!$this->isEmpty()) { throw new RuntimeException("Clone can be called only on a new empty builder instance."); } $this->params = $query->getRawParams(); } }