public function __toString() { if ($this->_valueString != null) { return $this->_valueString; } else { return parent::__toString(); } }