예제 #1
0
 public function __construct(ObjectManager $om)
 {
     parent::__construct($om);
     $this->repository = $om->getRepository('OAuthBundle:Client');
 }
예제 #2
0
 public function __construct(ObjectManager $om)
 {
     parent::__construct($om);
     $this->repository = $om->getRepository('AppBundle:Muscle');
 }