
w takim przykładzie:
$repository = $this->getDoctrine()->getRepository('CosBundle:Cos'); $stats = $repository->getJakasMetoda();
$repository = $this->getDoctrine()->getRepository('CosBundle:Cos'); $stats = $repository->getJakasMetoda();
$repository = $this->getDoctrine()->getRepository('CosBundle:Cos');
/** * @return ProductRepository */ public function getProductRepository(){ return $this->getDoctrine()->getRepository('TestBundle:Product'); }
/** * @DI\LookupMethod("product_repository") * @return ProductRepository */ public function getProductRepository(){ }