mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix Id's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166444 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e6dd6690ae
commit
f245fac86e
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<sect1 id="language.oop5.decon">
|
||||
<title>Constructors and Destructors</title>
|
||||
|
||||
<sect2 id="oop5-decon-constructor">
|
||||
<sect2 id="language.oop5.decon.constructor">
|
||||
<title>Constructor</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>__construct</methodname>
|
||||
|
@ -57,8 +57,7 @@ $obj = new SubClass();
|
|||
</para>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="oop5-decon-destructor">
|
||||
<sect2 id="language.oop5.decon.destructor">
|
||||
<title>Destructor</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>__destruct</methodname>
|
||||
|
|
Loading…
Reference in a new issue