mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
replaced return with entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167022 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
58f711238f
commit
adeffa9b00
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.classkit-method-add">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_add</refname>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
&warn.experimental.func;
|
||||
</refsect1>
|
||||
|
@ -154,4 +154,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.classkit-method-redefine">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_redefine</refname>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.classkit-method-remove">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_remove</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>methodname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.classkit-method-rename">
|
||||
<refnamediv>
|
||||
<refname>classkit_method_rename</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>string</type><parameter>newname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.classkit.selfmanipulation;
|
||||
&warn.experimental.func;
|
||||
|
|
Loading…
Reference in a new issue