author = (string) $author; return $this; } /** * Get the author * * @return string */ public function getAuthor() { return $this->author; } }