示例#1
0
文件: Book.php 项目: bakgat/notos
 public function addTag(Tag $tag)
 {
     $this->tags[] = $tag;
     $tag->addBook($this);
 }