przewiń do treści
/** * @Route("/moja/strona-{lorem}/index.html", name="akcja_ipsum") * @Template() */ public function ipsumAction($lorem) { ... }
Listing 26.1. Akcja obsługująca adres /moja/strona-123/index.html
Rozdział 26. Akcja show
listing-26-01.txt