We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c03a commit d899734Copy full SHA for d899734
src/Application/Routers/Route.php
@@ -106,7 +106,7 @@ class Route extends Nette\Object implements Application\IRouter
106
107
/**
108
* @param string URL mask, e.g. '<presenter>/<action>/<id \d{1,3}>'
109
- * @param array|string default values or metadata
+ * @param array|string|\Closure default values or metadata or callback for NetteModule\MicroPresenter
110
* @param int flags
111
*/
112
public function __construct($mask, $metadata = [], $flags = 0)
0 commit comments