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