com doc/ja: Remove duplicate constructorsynopsis: reference/reflection/reflectionmethod/construct.xml
[email protected] (Yoshinari Takaoka) Sat, 02 Jan 2021 22:10:30 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: d491c15b49c0112ad2a7d6c945430a3d98aa68c8 Author: Yoshinari Takaoka <[email protected]> Sun, 3 Jan 2021 07:10:30 +0900 Parents: 9cf41e51dc3765447a1949633da19ecb1220778e Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=d491c15b49c0112ad2a7d6c945430a3d98aa68c8 Log: Remove duplicate constructorsynopsis Changed paths: M reference/reflection/reflectionmethod/construct.xml Diff: diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml index e694f87bc9..e0e5a415bc 100644 --- a/reference/reflection/reflectionmethod/construct.xml +++ b/reference/reflection/reflectionmethod/construct.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 98df2cf9a939729d73adee1484ec05929c74c98b Maintainer: takagi Status: ready --> +<!-- EN-Revision: fcb74e8f48e50e21637d163672c9f1cd297191ed Maintainer: takagi Status: ready --> <!-- Credits: mumumu --> <refentry xml:id="reflectionmethod.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -16,11 +16,6 @@ <methodparam><type class="union"><type>object</type><type>string</type></type><parameter>objectOrMethod</parameter></methodparam> <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>method</parameter><initializer>&null;</initializer></methodparam> </constructorsynopsis> - <constructorsynopsis> - <modifier>public</modifier> <methodname>ReflectionMethod::__construct</methodname> - <methodparam><type class="union"><type>object</type><type>string</type></type><parameter>objectOrMethod</parameter></methodparam> - <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>method</parameter><initializer>&null;</initializer></methodparam> - </constructorsynopsis> <para> 新しい <classname>ReflectionMethod</classname> を作成します。 </para>