コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function createVote()
 {
     return $this->realManager->createVote();
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 public function createVote(VotableCommentInterface $comment)
 {
     return $this->realManager->createVote($comment);
 }