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:
Felipe Pena 2007-12-08 22:47:30 +00:00
parent 3a33e2cfc1
commit 26afa3ae49

View file

@ -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