예제 #1
0
파일: Article.php 프로젝트: OneTimeCZ/DofE
 /**
  * @param ChildComment $comment The ChildComment object to add.
  */
 protected function doAddComment(ChildComment $comment)
 {
     $this->collComments[] = $comment;
     $comment->setArticle($this);
 }