1
0
mirror of synced 2024-12-15 15:46:02 +03:00

[DDC-540] Doc improvement

This commit is contained in:
Jonathan H. Wage 2010-05-25 13:38:16 -04:00
parent e127274aa5
commit 30b9cfce3d

View File

@ -3,8 +3,8 @@ Doctrine 2. It is recommended to read this chapter carefully.
++ Entities
An entity is a lightweight persistent domain object. An entity can be any regular
php class that obeys to the following restrictions:
An entity is a lightweight, persistent domain object. An entity can be any regular
PHP class observing the following restrictions:
* An entity class must not be final or contain final methods.
* An entity class must not implement `__clone` or [do so safely](http://www.doctrine-project.org/documentation/cookbook/2_0/en/implementing-wakeup-or-clone).