sean            Fri Sep  3 11:57:23 2004 EDT

  Modified files:              
    /phpdoc/en/reference/classkit/functions     classkit-method-rename.xml 
  Log:
  fixed example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/classkit/functions/classkit-method-rename.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/classkit/functions/classkit-method-rename.xml
diff -u phpdoc/en/reference/classkit/functions/classkit-method-rename.xml:1.4 
phpdoc/en/reference/classkit/functions/classkit-method-rename.xml:1.5
--- phpdoc/en/reference/classkit/functions/classkit-method-rename.xml:1.4       Wed 
Aug 25 00:33:52 2004
+++ phpdoc/en/reference/classkit/functions/classkit-method-rename.xml   Fri Sep  3 
11:57:23 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.classkit-method-rename">
  <refnamediv>
   <refname>classkit_method_rename</refname>
@@ -76,7 +76,7 @@
 );
 
 // output renamed function
-echo e->bar();
+echo Example::bar();
 ?>
 ]]>
     </programlisting>

Reply via email to