Skip to content

Instantly share code, notes, and snippets.

@leopro
Created October 14, 2013 23:24
Show Gist options
  • Save leopro/6983980 to your computer and use it in GitHub Desktop.
Save leopro/6983980 to your computer and use it in GitHub Desktop.
<?php
/**
* @Route("/{accreditamento_id}/{anagrafica_id}/crea/pdf/", name="pdf_create")
* @ParamConverter("accreditamento", class="AccreditamentiCongressiBundle:Accreditamento", options={"id" = "accreditamento_id"})
* @ParamConverter("anagrafica", class="AccreditamentiCongressiBundle:Anagrafica", options={"id" = "anagrafica_id"})
*/
public function creaPdfCertificatoAction(Accreditamento $accreditamento, Anagrafica $anagrafica) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment