예제 #1
0
파일: User.php 프로젝트: OneTimeCZ/DofE
 /**
  * @param ChildArticle $article The ChildArticle object to add.
  */
 protected function doAddArticle(ChildArticle $article)
 {
     $this->collArticles[] = $article;
     $article->setUser($this);
 }