mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
dbf3b22bdb
commit
aa9426e7c0
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue