コード例 #1
0
ファイル: Category.php プロジェクト: OneTimeCZ/DofE
 /**
  * @param ChildArticle $article The ChildArticle object to add.
  */
 protected function doAddArticle(ChildArticle $article)
 {
     $this->collArticles[] = $article;
     $article->setCategory($this);
 }