File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ $results = Hash::extract($users, '{n}.id');
7777// [1,2,3,4];
7878```
7979
80+ ### Hash::insert()
81+
8082` static ` Cake\\ Utility\\ Hash::** insert** (ArrayAccess|array $data, string $path, mixed $values = null): ArrayAccess|array
8183
8284Inserts ` $values ` into an array as defined by ` $path ` :
Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ Support for `script` tags inside `scriptStart()`/`scriptEnd()` was added.
641641
642642### Creating Javascript Importmap
643643
644- ` method ` Cake\\ View\\ Helper\\ HtmlHelper::** importmap(array $map, array $options = [ ] ): string** ()
644+ ` method ` Cake\\ View\\ Helper\\ HtmlHelper::** importmap** (array $map, array $options = [ ] ): string
645645
646646Creates an ` importmap ` script tag for your JavaScript files:
647647
You can’t perform that action at this time.
0 commit comments