From 1c37640678c7eab5a575f905a33c3f350d97057d Mon Sep 17 00:00:00 2001 From: TekkCraft Date: Wed, 12 Oct 2016 14:35:08 +0200 Subject: [PATCH] Add connectOptions to doc block --- lib/Cake/Routing/Router.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Routing/Router.php b/lib/Cake/Routing/Router.php index 83de88feb..b464728c8 100644 --- a/lib/Cake/Routing/Router.php +++ b/lib/Cake/Routing/Router.php @@ -523,6 +523,7 @@ class Router { * - 'id' - The regular expression fragment to use when matching IDs. By default, matches * integer values and UUIDs. * - 'prefix' - URL prefix to use for the generated routes. Defaults to '/'. + * - 'connectOptions' – Custom options for connecting the routes. * * @param string|array $controller A controller name or array of controller names (i.e. "Posts" or "ListItems") * @param array $options Options to use when generating REST routes