You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/cookbook/implementing-wakeup-or-clone.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Implementing Wakeup or Clone
4
4
.. sectionauthor:: Roman Borschel (roman@code-factory.org)
5
5
6
6
As explained in the
7
-
`restrictions for entity classes in the manual <http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/architecture.html#entities>`_,
7
+
`restrictions for entity classes in the manual <https://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/architecture.html#entities>`_,
8
8
it is usually not allowed for an entity to implement ``__wakeup``
9
9
or ``__clone``, because Doctrine makes special use of them.
10
10
However, it is quite easy to make use of these methods in a safe
0 commit comments