From 2801c08da24008e83cdc1ae1aaebf030dd99697b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 19 Apr 2002 14:27:44 +0000 Subject: [PATCH] Applied new structure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78828 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/reference.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/reference/classobj/reference.xml b/reference/classobj/reference.xml index 19e283bd02..fa6d9e1ae2 100644 --- a/reference/classobj/reference.xml +++ b/reference/classobj/reference.xml @@ -1,14 +1,12 @@ - + Class/Object Functions Classes/Objects -
- Introduction
- About + &reftitle.intro; 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).
-
- An example of use +
+ &reftitle.examples; 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
-
&reference.classobj.functions;