diff --git a/language/oop5/magic.xml b/language/oop5/magic.xml index 2fbc50472b..3c0521aba1 100644 --- a/language/oop5/magic.xml +++ b/language/oop5/magic.xml @@ -1,5 +1,5 @@ - + Magic Methods @@ -50,10 +50,6 @@ useful if you have very large objects which do not need to be saved completely. - - The __sleep method should return the value to serialize - (usually $this), otherwise &null; is serialized. - Conversely, unserialize checks for the presence of a function with the magic name