Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edujugon committed Apr 18, 2018
1 parent f9ca8be commit 7e1ce8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,10 @@ You can easily merge a new xml into the existing one. It sets it as child of the
$mapper->mergeXML($newXml, 'desiredParentTag');
```

#### Wrap the current xml with a custom tag

```php
$mapper->wrapWith('$tagName');
```

Enjoy :)

0 comments on commit 7e1ce8f

Please sign in to comment.