Skip to content

Instantly share code, notes, and snippets.

@exu
Created August 5, 2013 11:02
Show Gist options
  • Save exu/6155115 to your computer and use it in GitHub Desktop.
Save exu/6155115 to your computer and use it in GitHub Desktop.
/**
* @Rest\View()
* @ParamConverter("partner", class="AppBundle:Partner")
*/
public function getAction(Partner $id)
{
$view = $this->view($id);
return $this->handleView($view);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment