id = $this->id; $v->title = $this->title; $v->content = $this->content; return $v->__toString(); } }