1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fixed broken url for implementing Serializable interface

This commit is contained in:
Niro 2015-02-26 02:53:37 -05:00
parent 7fc1dc9209
commit 1afaec9cbf

View File

@ -83,7 +83,7 @@ be any regular PHP class observing the following restrictions:
- An entity class must not implement ``__wakeup`` or
:doc:`do so safely <../cookbook/implementing-wakeup-or-clone>`.
Also consider implementing
`Serializable <http://de3.php.net/manual/en/class.serializable.php>`_
`Serializable <http://php.net/manual/en/class.serializable.php>`_
instead.
- Any two entity classes in a class hierarchy that inherit
directly or indirectly from one another must not have a mapped