Public in PHP 5.0 (spotted by David Grundl)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-02-22 13:26:05 +00:00
parent dbf3b22bdb
commit aa9426e7c0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<sect1 id="language.oop5.overloading">
<title>Overloading</title>
@ -9,7 +9,9 @@
triggered when your object or inherited object doesn't contain the
member or method you're trying to access.
All overloading methods must not be defined as
<link linkend="language.oop5.visibility">static</link>.
<link linkend="language.oop5.static">static</link>.
In PHP 5.0.x, all overloading methods must be defined as
<link linkend="language.oop5.visibility">public</link>.
</para>
<para>
Since PHP 5.1.0 it is also possible to overload the