Skip to content

Commit

Permalink
Improve documentation around record hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 14, 2024
1 parent 1138036 commit c0619cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/9.0/reader/record-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Denormalize a Tabular Data record into an object

# Record to object conversion

<p class="message-warning">This feature intentionally does not support PHP8,4+ property hooks and
asymetric visibility. If your object uses those features you are better off using a fully fledge
denormalizing tool specific to PHP. You may found a much better fit on <a href="https://packagist.org/">packagist.org</a>.</p>

<p class="message-notice">New in version <code>9.12.0</code></p>

If you are working with a class which implements the `TabularDataReader` interface you can now deserialize
Expand Down

0 comments on commit c0619cb

Please sign in to comment.