/** * (non-PHPDoc) * @see Rhapsody\SocialBundle\Doctrine\TopicManagerInterface::findAll() */ public function findAllByCategory(SocialContextInterface $socialContext, $category) { return $this->repository->findAllByCategory($socialContext, $category); }