Skip to content

Instantly share code, notes, and snippets.

/**
* Pagina compilo ecm.
*
* @Route("/{accreditamento_id}/{anagrafica_id}/compila/ecm", name="compila_ecm")
* @Template()
*/
public function compilaEcmAction($accreditamento_id, $anagrafica_id) {
$entityManager = $this->getDoctrine()
->getEntityManager();