_expression = (string) $expression; } /** * @return string The string of the SQL expression stored in this object. */ public function __toString() { return $this->_expression; } }