diff --git a/docs/en/reference/working-with-objects.rst b/docs/en/reference/working-with-objects.rst index 1bff38a7c..6a33663c7 100644 --- a/docs/en/reference/working-with-objects.rst +++ b/docs/en/reference/working-with-objects.rst @@ -29,11 +29,10 @@ Work that have not yet been persisted are lost. Doctrine does NEVER touch the public API of methods in your entity classes (like getters and setters) nor the constructor method. - Instead, it uses reflection to set/get data from your objects. + Instead, it uses reflection to get/set data from/to your entity objects. When Doctrine fetches data from DB and saves it back, any code put in your get/set methods won't be implicitly taken into account. - Entities and the Identity Map -----------------------------