示例#1
0
 public function comment(Comment $comment, Analyse $analysis)
 {
     $comment->setUser($this);
     $analysis->addComment($comment);
 }