Beispiel #1
0
 public function addTag(Tag $tag)
 {
     $this->tags[] = $tag;
     $tag->addBook($this);
 }