darvina Sun Jun 2 08:58:44 2002 EDT
Modified files:
/phpdoc-it/reference/classobj/functions get-class-methods.xml
Log:
Update to En 1.3
Index: phpdoc-it/reference/classobj/functions/get-class-methods.xml
diff -u phpdoc-it/reference/classobj/functions/get-class-methods.xml:1.2
phpdoc-it/reference/classobj/functions/get-class-methods.xml:1.3
--- phpdoc-it/reference/classobj/functions/get-class-methods.xml:1.2 Wed Apr 17
03:05:31 2002
+++ phpdoc-it/reference/classobj/functions/get-class-methods.xml Sun Jun 2
+08:58:44 2002
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- splitted from ./it/functions/classobj.xml, last change in rev 1.3 -->
<!-- last change to 'get-class-methods' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: darvina Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: darvina Status: ready -->
<!-- OLD-Revision: 1.38/EN.1.2 -->
<refentry id="function.get-class-methods">
<refnamediv>
@@ -41,17 +41,17 @@
class miaclasse {
// costruttore
function miaclasse() {
- return(true);
+ return(TRUE);
}
// metodo 1
function funzione1() {
- return(true);
+ return(TRUE);
}
// metodo 2
function funzione2() {
- return(true);
+ return(TRUE);
}
}