mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 15:52:15 +01:00
Remove &warn.undocumented.func; from Reflection
Removed from all the places where it wasn't stricly necessary. Closes GH-1217.
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the defined constant.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the class name.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the namespace name.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
<para>
|
||||
Sets static property value.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Returns all attributes declared on this class constant as an array of <type>ReflectionAttribute</type>.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Clones a function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,7 +25,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
|
||||
&return.void;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Get a Doc comment from a function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Get the ending line number.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Get the extension information of a function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Get the extensions name.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Gets the file name from a user-defined function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Get the name of the function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Get the namespace name where the class is defined.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
Get the number of parameters that a function defines, both optional
|
||||
and required.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Get the number of required parameters that a function defines.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
Get the parameters as an array of <type>ReflectionParameter</type>,
|
||||
in the order in which they are defined in the source.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Get the short name of the function (without the namespace part).
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Gets the starting line number of the function.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Get the static variables.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks whether a function is defined in a namespace.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
<modifier>public</modifier> <type>bool</type><methodname>ReflectionFunctionAbstract::isGenerator</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks whether the function is internal, as opposed to user-defined.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks whether the function is user-defined, as opposed to internal.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks whether the function returns a reference.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -22,9 +22,6 @@
|
||||
<para>
|
||||
Exports a ReflectionMethod.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks if the method is private.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Constructs a <classname>ReflectionObject</classname>.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks whether the parameter allows &null;.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
<modifier>public</modifier> <type>bool</type><methodname>ReflectionParameter::canBePassedByValue</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
<para>
|
||||
Gets the declaring class.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Checks if the parameter is passed in by reference.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
<methodparam><type class="union"><type>object</type><type>string</type></type><parameter>class</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>property</parameter></methodparam>
|
||||
</constructorsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the declaring class.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the modifiers.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
<para>
|
||||
Gets the properties name.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
||||
Reference in New Issue
Block a user