This commit is contained in:
Bernhard Posselt
2014-05-07 20:40:22 +02:00
parent 3481023a8f
commit 012e75261b

View File

@@ -152,7 +152,7 @@ can be abbreviated by using the **resources** key:
Using the URLGenerator
========================
Sometimes its useful to turn a route into a URL to make the code independent from the url design or generate an URL for an image in **img/**. For that specific usecase the ServerContainer provides a service that can be used in your container:
Sometimes its useful to turn a route into a URL to make the code independent from the url design or to generate an URL for an image in **img/**. For that specific usecase the ServerContainer provides a service that can be used in your container:
.. code-block:: php