torben Mon Mar 11 20:10:46 2002 EDT
Modified files:
/phpdoc/en/functions classobj.xml
Log:
Added a note and link to the list of predefined classes.
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.34 phpdoc/en/functions/classobj.xml:1.35
--- phpdoc/en/functions/classobj.xml:1.34 Sat Feb 2 10:35:53 2002
+++ phpdoc/en/functions/classobj.xml Mon Mar 11 20:10:46 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<reference id="ref.classobj">
<title>Class/Object Functions</title>
<titleabbrev>Classes/Objects</titleabbrev>
@@ -501,7 +501,11 @@
</para>
<para>
Also note that depending on what libraries you have compiled
- into PHP, additional classes could be present.
+ into PHP, additional classes could be present. This means that
+ you will not be able to define your own classes using these
+ names. There is a list of predefined classes in the <link
+ linkend="reserved.classes">Predefined Classes</link> section of
+ the appendices.
</para>
</note>
</refsect1>