Fixed broken url for implementing Serializable interface
This commit is contained in:
parent
7fc1dc9209
commit
1afaec9cbf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ be any regular PHP class observing the following restrictions:
|
||||||
- An entity class must not implement ``__wakeup`` or
|
- An entity class must not implement ``__wakeup`` or
|
||||||
:doc:`do so safely <../cookbook/implementing-wakeup-or-clone>`.
|
:doc:`do so safely <../cookbook/implementing-wakeup-or-clone>`.
|
||||||
Also consider implementing
|
Also consider implementing
|
||||||
`Serializable <http://de3.php.net/manual/en/class.serializable.php>`_
|
`Serializable <http://php.net/manual/en/class.serializable.php>`_
|
||||||
instead.
|
instead.
|
||||||
- Any two entity classes in a class hierarchy that inherit
|
- Any two entity classes in a class hierarchy that inherit
|
||||||
directly or indirectly from one another must not have a mapped
|
directly or indirectly from one another must not have a mapped
|
||||||
|
|
Loading…
Add table
Reference in a new issue