1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Unnecessary newline removed, small improvements in text

This commit is contained in:
Jarek Jakubowski 2018-06-09 00:29:59 +02:00 committed by GitHub
parent 6b7d67b427
commit cfc6cfd1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-----------------------------