route : multi now return $this to be chainnable

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2373 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-10-23 09:23:58 +00:00
parent 9523dbdc6a
commit 1726abd0a5

View File

@@ -362,6 +362,7 @@ class route
{
$this->$method ($route, $function);
}
return $this;
}
/** Do the mapping between the url and the route : call the function if