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 basic.xml
by Florian Anderiasch other posts by this author
Nov 17 2006 8:37AM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file.xml | [PHP-DOC] Re: Test
fa		Fri Nov 17 16:37:19 2006 UTC

  Modified files:              
    /phpdoc/en/language/oop5	basic.xml 
  Log:
  fixed bug #39518
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/basic.xml?r1=1.19&r2=1.20&diff_format=
u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.19 phpdoc/en/language/oop5/basic.xml:1.20
--- phpdoc/en/language/oop5/basic.xml:1.19	Fri Sep  8 11:37:31 2006
+++ phpdoc/en/language/oop5/basic.xml	Fri Nov 17 16:37:18 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?> 
-<!-- $Revision: 1.19 $ --> 
+<!-- $Revision: 1.20 $ --> 
 
  <sect1 id="language.oop5.basic"> 
   <title> The Basics</title>
@@ -195,7 +195,7 @@
     The inherited methods and members can be overridden, unless the parent
     class has defined a method as <link linkend="language.oop5.final"> final</link>,
     by redeclaring them within the same name defined in the parent class.
-    It is possible to access the overrided method or members by
+    It is possible to access the overridden methods or members by
     referencing them with <link linkend="language.oop5.paamayim-nekudotayim"> parent::</link
> 
    </para> 
    <example> 

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