Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

entitymanager get repository

$em = $this->getDoctrine();
// EntityName prend le nom de votre entité 

//Exemple avec notre entité Product
$repository = $this->getDoctrine()->getRepository(Product::class);
Source by stacktraceback.com #
 
PREVIOUS NEXT
Tagged: #entitymanager #repository
ADD COMMENT
Topic
Name
5+6 =