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
This commit is contained in:
Daniel Convissor 2008-03-01 03:30:40 +00:00
parent 7bd3028ed9
commit 0d486be007

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<sect1 xml:id="language.oop5.overloading" xmlns="http://docbook.org/ns/docbook">
<title>Overloading</title>
@ -17,6 +17,10 @@
__isset and __unset methods respectively.
Method __isset is called also with <function>empty</function>.
</para>
<para>
PHP 5.3.0 added the ability to overload
<link linkend="language.oop5.static">static</link> methods via __callStatic.
</para>
<sect2 xml:id="language.oop5.overloading.members">
<title>Member overloading</title>