sql = $sql; } /** * @return string Original SQL query */ public function __toString() { return '(' . $this->sql . ')'; } }