Esempio n. 1
0
 public function addBook(Book $book)
 {
     $this->books[] = $book;
     $book->setAuthor($this);
     return $this;
 }