Skip to content

Commit 7e1ce8f

Browse files
committed
Update readme
1 parent f9ca8be commit 7e1ce8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,10 @@ You can easily merge a new xml into the existing one. It sets it as child of the
218218
$mapper->mergeXML($newXml, 'desiredParentTag');
219219
```
220220

221+
#### Wrap the current xml with a custom tag
222+
223+
```php
224+
$mapper->wrapWith('$tagName');
225+
```
226+
221227
Enjoy :)

0 commit comments

Comments
 (0)