mathieu         Thu May 30 10:02:40 2002 EDT

  Modified files:              
    /phpdoc/en/reference/classobj/functions     get-class-methods.xml 
                                                get-class-vars.xml is-a.xml 
                                                is-subclass-of.xml 
  Log:
  - true -> TRUE in examples
  - true -> &true; in <refpurpose>
  
  
Index: phpdoc/en/reference/classobj/functions/get-class-methods.xml
diff -u phpdoc/en/reference/classobj/functions/get-class-methods.xml:1.2 
phpdoc/en/reference/classobj/functions/get-class-methods.xml:1.3
--- phpdoc/en/reference/classobj/functions/get-class-methods.xml:1.2    Wed Apr 17 
02:36:42 2002
+++ phpdoc/en/reference/classobj/functions/get-class-methods.xml        Thu May 30 
+10:02:40 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/classobj.xml, last change in rev 1.2 -->
   <refentry id="function.get-class-methods">
    <refnamediv>
@@ -39,17 +39,17 @@
 class myclass {
     // constructor
     function myclass() {
-        return(true);
+        return(TRUE);
     }
     
     // method 1
     function myfunc1() {
-        return(true);
+        return(TRUE);
     }
 
     // method 2
     function myfunc2() {
-        return(true);
+        return(TRUE);
     }
 }
 
Index: phpdoc/en/reference/classobj/functions/get-class-vars.xml
diff -u phpdoc/en/reference/classobj/functions/get-class-vars.xml:1.2 
phpdoc/en/reference/classobj/functions/get-class-vars.xml:1.3
--- phpdoc/en/reference/classobj/functions/get-class-vars.xml:1.2       Wed Apr 17 
02:36:42 2002
+++ phpdoc/en/reference/classobj/functions/get-class-vars.xml   Thu May 30 10:02:40 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/classobj.xml, last change in rev 1.1 -->
   <refentry id="function.get-class-vars">
    <refnamediv>
@@ -40,7 +40,7 @@
     
     // constructor
     function myclass() {
-        return(true);
+        return(TRUE);
     }
 
 }
Index: phpdoc/en/reference/classobj/functions/is-a.xml
diff -u phpdoc/en/reference/classobj/functions/is-a.xml:1.2 
phpdoc/en/reference/classobj/functions/is-a.xml:1.3
--- phpdoc/en/reference/classobj/functions/is-a.xml:1.2 Wed Apr 17 02:36:43 2002
+++ phpdoc/en/reference/classobj/functions/is-a.xml     Thu May 30 10:02:40 2002
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/classobj.xml, last change in rev 1.33 -->
  <refentry id="function.is-a">
    <refnamediv>
     <refname>is_a</refname>
     <refpurpose>
-     Returns true if the object is of this class or has this class as 
+     Returns &true; if the object is of this class or has this class as 
      one of its parents
     </refpurpose>
    </refnamediv>
Index: phpdoc/en/reference/classobj/functions/is-subclass-of.xml
diff -u phpdoc/en/reference/classobj/functions/is-subclass-of.xml:1.2 
phpdoc/en/reference/classobj/functions/is-subclass-of.xml:1.3
--- phpdoc/en/reference/classobj/functions/is-subclass-of.xml:1.2       Wed Apr 17 
02:36:43 2002
+++ phpdoc/en/reference/classobj/functions/is-subclass-of.xml   Thu May 30 10:02:40 
+2002
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/classobj.xml, last change in rev 1.4 -->
  <refentry id="function.is-subclass-of">
    <refnamediv>
     <refname>is_subclass_of</refname>
     <refpurpose>
-     Returns true if the object has this class as one of its parents
+     Returns &true; if the object has this class as one of its parents
     </refpurpose>
    </refnamediv>
    <refsect1>


Reply via email to