1
0
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:
Kamil Tekiela
2022-03-29 15:49:06 +01:00
committed by GitHub
parent 4a07033f7a
commit ab58951f68
35 changed files with 1 additions and 115 deletions

View File

@@ -16,9 +16,6 @@
<para>
Gets the defined constant.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Gets the class name.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Gets the namespace name.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -17,9 +17,6 @@
<para>
Sets static property value.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -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>

View File

@@ -15,9 +15,6 @@
<para>
Get a Doc comment from a function.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Get the ending line number.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Get the extension information of a function.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Get the extensions name.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Gets the file name from a user-defined function.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Get the name of the function.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Get the namespace name where the class is defined.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -16,9 +16,6 @@
<para>
Get the number of required parameters that a function defines.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -16,9 +16,6 @@
<para>
Get the short name of the function (without the namespace part).
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Gets the starting line number of the function.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Get the static variables.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks whether a function is defined in a namespace.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -16,9 +16,6 @@
<para>
Checks whether the function is internal, as opposed to user-defined.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks whether the function is user-defined, as opposed to internal.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks whether the function returns a reference.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -22,9 +22,6 @@
<para>
Exports a ReflectionMethod.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks if the method is private.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -15,9 +15,6 @@
<para>
Constructs a <classname>ReflectionObject</classname>.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks whether the parameter allows &null;.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -15,9 +15,6 @@
<para>
Gets the declaring class.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Checks if the parameter is passed in by reference.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -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">

View File

@@ -16,9 +16,6 @@
<para>
Gets the declaring class.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Gets the modifiers.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View File

@@ -16,9 +16,6 @@
<para>
Gets the properties name.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">