addComment() public méthode

public addComment ( Comment $comment )
$comment Comment
 /**
  * {@inheritDoc}
  */
 public function addComment(\AppBundle\Entity\Comment $comments)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addComment', array($comments));
     return parent::addComment($comments);
 }