예제 #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);
 }