Add info about Doctrine not using constructor
This commit is contained in:
parent
b6d08b15c0
commit
6b7d67b427
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Work that have not yet been persisted are lost.
|
|||
.. note::
|
||||
|
||||
Doctrine does NEVER touch the public API of methods in your entity
|
||||
classes (getters and setters).
|
||||
classes (like getters and setters) nor the constructor method.
|
||||
Instead, it uses reflection to set/get data from your 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue