From f104a53630fb9c55face81e92f5929e101a3f551 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sat, 29 Aug 2009 04:46:31 +0000 Subject: [PATCH] Clean up example titles git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287874 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index c510fa81dc..523fd38066 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -143,7 +143,11 @@ - overloading with __get, __set, __isset and __unset example + + Overloading members via the <function>__get</function>, + <function>__set</function>, <function>__isset</function> + and <function>__unset</function> methods + on line 70 in o - overloading instantiated methods with __call and __callStatic + + Overloading methods via the <function>__call</function> + and <function>__callStatic</function> methods +