author;} function getTitle() {return $this->title;} function getAuthorAndTitle() { return $this->getTitle() . ' by ' . $this->getAuthor(); } } ?>