Applied new structure

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78828 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-04-19 14:27:44 +00:00
parent efedaca3bd
commit 2801c08da2

View file

@ -1,14 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<reference id="ref.classobj">
<title>Class/Object Functions</title>
<titleabbrev>Classes/Objects</titleabbrev>
<partintro>
<section id="classobj.partintro">
<title>Introduction</title>
<section id="classobj.intro">
<title>About</title>
&reftitle.intro;
<para>
These functions allow you to obtain information about classes
and instance objects. You can obtain the name of the class to
@ -18,8 +16,8 @@
what class is the object class extending).
</para>
</section>
<section id="classobj.example">
<title>An example of use</title>
<section id="classobj.examples">
&reftitle.examples;
<para>
In this example, we first define a base class and an extension
of the class. The base class describes a general vegetable,
@ -166,7 +164,6 @@ Object leafy belongs to class spinach a subclass of Vegetable
</informalexample>
</para>
</section>
</section>
</partintro>
&reference.classobj.functions;