mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merge pull request #9605 from TekkCraft/2.x-mapresource
Add connectOptions to doc block
This commit is contained in:
commit
40c32e8bdf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue