_expression = (string) $string; $this->autoRetrived = $autoRetrived; } public function __toString() { return $this->_expression; } }