getShortName()); if (!method_exists($this, $methodName)) { throw new RuntimeException("Can't clone an unsupported query."); } return $this->$methodName()->clone($query); } }