select = $select; } public function getSelect() { return $this->select; } public function __toString() { return '(' . $this->select . ')'; } }