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