mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add information about member visibility (#43539)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247797 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3a33e2cfc1
commit
26afa3ae49
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<sect1 xml:id="language.oop5.overloading" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Overloading</title>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
|||
Both method calls and member accesses can be overloaded via the
|
||||
__call, __get and __set methods. These methods will only be
|
||||
triggered when your object or inherited object doesn't contain the
|
||||
member or method you're trying to access.
|
||||
<modifier>public</modifier> member or method you're trying to access.
|
||||
All overloading methods must not be defined as
|
||||
<link linkend="language.oop5.static">static</link>.
|
||||
All overloading methods must be defined as
|
||||
|
|
Loading…
Reference in a new issue