From d823ba9364aec9c2dc7954d07195cdb5d27b33f2 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 12 Feb 2014 22:39:35 +1100 Subject: [PATCH] Did outstanding todo which was filling in a comment. --- src/Routing/Router.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Routing/Router.php b/src/Routing/Router.php index caf18e390e1..96eea9a8335 100644 --- a/src/Routing/Router.php +++ b/src/Routing/Router.php @@ -298,10 +298,11 @@ public static function resourceMap($resourceMap = null) { * - `routeClass` is used to extend and change how individual routes parse requests * and handle reverse routing, via a custom routing class. * Ex. `'routeClass' => 'SlugRoute'` - * - `_name` Used to define a specific name for routes. This can be used to optimize + * - `_name` is used to define a specific name for routes. This can be used to optimize * reverse routing lookups. If undefined a name will be generated for each * connected route. - * - `_ext` todo explain. + * - `_ext` an array of filename extensions that will be parsed out of the url if present. + * See {@link Route::setExtensions()}. * * You can also add additional conditions for matching routes to the $defaults array. * The following conditions can be used: