mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7bd3028ed9
commit
0d486be007
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue