book = $book_in; } function getAuthorAndTitle() { return $this->book->getTitle() . ' by ' . $this->book->getAuthor(); } } ?>