Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function createVote()
 {
     return $this->realManager->createVote();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function createVote(VotableCommentInterface $comment)
 {
     return $this->realManager->createVote($comment);
 }