|
|
|
|
|
by yuri41
5357 days ago
|
|
The Point is, that I want my closures to have access to the context (the application) without messing with the arguments or "use". The next thing is, that the Silex Framework binds route parameters as arguments to the closure.
Additionally the user could forget to declare the $app argument in the passed closure. |
|