From 0d486be007364ff1e0fcd2e130654698fd715c61 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sat, 1 Mar 2008 03:30:40 +0000 Subject: [PATCH] Explain that __callStatic() was added in 5.3.0. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254011 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/overloading.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 29e89052c7..10b4548a4d 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -17,6 +17,10 @@ __isset and __unset methods respectively. Method __isset is called also with empty. + + PHP 5.3.0 added the ability to overload + static methods via __callStatic. + Member overloading