friend = $friend->getName(); } function getPostCode() { return $this->getName() . ".setFriend(" . $this->friend . ");"; } function setTitle($title) { $this->title = $title; } function setAction($action) { $this->action = forceUrl($action); } } ?>