/**
  * (non-PHPDoc)
  * @see Rhapsody\SocialBundle\Doctrine\PostManagerInterface::findByTopic()
  */
 public function findAllByTopic($topic)
 {
     return $this->repository->findAllByTopic($topic);
 }