author = $author_in; $this->title = $title_in; } function getAuthor() {return $this->author;} function getTitle() {return $this->title;} } ?>