str = $str; } public function __toString(){ return $this->str; } public function get(){ return $this->str; } private $str; }