Browse Source

Added comments to $route->handler().

Taylor Otwell 13 years ago
parent
commit
00af8c715f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      system/routing/route.php

+ 3 - 0
system/routing/route.php

@@ -82,6 +82,9 @@ class Route {
 	/**
 	 * Extract the route function from the route.
 	 *
+	 * If a "do" index is specified on the callback, that is the handler.
+	 * Otherwise, we will return the first callable array value.
+	 *
 	 * @return Closure
 	 */
 	private function handler()