vrana           Fri Aug 17 11:58:09 2007 UTC

  Modified files:              
    /phpdoc/en/language/oop5    basic.xml 
  Log:
  Only static members can be accessed by parent (bug #39517)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/basic.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.24 
phpdoc/en/language/oop5/basic.xml:1.25
--- phpdoc/en/language/oop5/basic.xml:1.24      Fri Aug 17 06:17:58 2007
+++ phpdoc/en/language/oop5/basic.xml   Fri Aug 17 11:58:08 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 
  <sect1 xml:id="language.oop5.basic" xmlns="http://docbook.org/ns/docbook";>
   <title>The Basics</title>
@@ -199,7 +199,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 with the same name defined in the parent class.
-    It is possible to access the overridden methods or members by
+    It is possible to access the overridden methods or static members by
     referencing them with <link 
linkend="language.oop5.paamayim-nekudotayim">parent::</link>
    </para>
    <example>

Reply via email to