str = $s; } /** * Return the original stored string. * * @return string */ public function toString() { return $this->str; } }