ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/language/oop5 overloading.xml
by Jakub Vrana other posts by this author
Feb 22 2006 5:26AM messages near this date
[PHP-DOC] cvs: phpdoc /en/language/oop5 overloading.xml | [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions feof.xml
vrana		Wed Feb 22 13:26:05 2006 UTC

  Modified files:              
    /phpdoc/en/language/oop5	overloading.xml 
  Log:
  Public in PHP 5.0 (spotted by David Grundl)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/oop5/overloading.xml?r1=1.12&r2=1.13&diff_
format=u
Index: phpdoc/en/language/oop5/overloading.xml
diff -u phpdoc/en/language/oop5/overloading.xml:1.12 phpdoc/en/language/oop5/overloading.xml
:1.13
--- phpdoc/en/language/oop5/overloading.xml:1.12	Mon Feb 13 11:22:15 2006
+++ phpdoc/en/language/oop5/overloading.xml	Wed Feb 22 13:26:05 2006
@@ -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
Thread:
Jakub Vrana
Jakub Vrana

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved