replaced PHP 4 with PHP 5 constructors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-06-26 15:10:55 +00:00
parent 4f5dbb13fa
commit cae2755cf9
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
<section xml:id="com.com">
<title>Methods</title>
<methodsynopsis>
<methodname>COM::COM</methodname>
<methodname>COM::__construct</methodname>
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>server_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>

View file

@ -18,7 +18,7 @@
<section xml:id="dotnet.dotnet">
<title>Methods</title>
<methodsynopsis>
<methodname>DOTNET::DOTNET</methodname>
<methodname>DOTNET::__construct</methodname>
<methodparam><type>string</type><parameter>assembly_name</parameter></methodparam>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>

View file

@ -20,7 +20,7 @@
<section xml:id="variant.variant">
<title>Methods</title>
<methodsynopsis>
<methodname>VARIANT::VARIANT</methodname>
<methodname>VARIANT::__construct</methodname>
<methodparam choice="opt"><type>mixed</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>