Skip to content

Commit

Permalink
Did outstanding todo which was filling in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpinkus committed Feb 12, 2014
1 parent 8e7c217 commit d823ba9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Routing/Router.php
Expand Up @@ -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:
Expand Down

0 comments on commit d823ba9

Please sign in to comment.