ReflectionMethod with a single parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330272 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-05-17 19:42:57 +00:00
parent a592ee62e5
commit 87cd7b7508

View file

@ -14,6 +14,10 @@
<methodparam><type>mixed</type><parameter>class</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
<modifier>public</modifier> <methodname>ReflectionMethod::__construct</methodname>
<methodparam><type>string</type><parameter>class_method</parameter></methodparam>
</methodsynopsis>
<para>
Constructs a new <classname>ReflectionMethod</classname>.
</para>
@ -40,6 +44,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>class_method</parameter></term>
<listitem>
<para>
Class name and method name delimited by <literal>::</literal>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>