removeComment() public method

public removeComment ( Comment $comment )
$comment Comment
コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function removeComment(\AppBundle\Entity\Comment $comments)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeComment', array($comments));
     return parent::removeComment($comments);
 }