mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
efedaca3bd
commit
2801c08da2
1 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue