Added a note and link to the list of predefined classes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72815 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2002-03-12 01:10:46 +00:00
parent 61353754de
commit ad37bf8ef4

View file

@ -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 @@ var3 : 100
</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>