From c0619cbfca015eeade08ccf7b70ff12f0d5759e8 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Thu, 14 Nov 2024 23:06:25 +0100 Subject: [PATCH] Improve documentation around record hydration --- docs/9.0/reader/record-mapping.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/9.0/reader/record-mapping.md b/docs/9.0/reader/record-mapping.md index 25e0bb81..738da497 100644 --- a/docs/9.0/reader/record-mapping.md +++ b/docs/9.0/reader/record-mapping.md @@ -5,6 +5,10 @@ title: Denormalize a Tabular Data record into an object # Record to object conversion +

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 packagist.org.

+

New in version 9.12.0

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