svn: /phpdoc/ru/trunk/reference/reflection/reflectionmethod/ getclosure.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Tue, 03 Dec 2019 06:03:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348401
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/reflection/reflectionmethod/getclosure.xml
Modified: phpdoc/ru/trunk/reference/reflection/reflectionmethod/getclosure.xml
===================================================================
--- phpdoc/ru/trunk/reference/reflection/reflectionmethod/getclosure.xml 2019-12-03 01:19:28 UTC (rev 348400)
+++ phpdoc/ru/trunk/reference/reflection/reflectionmethod/getclosure.xml 2019-12-03 06:03:18 UTC (rev 348401)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331655 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 348397 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<refentry xml:id="reflectionmethod.getclosure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,6 +14,10 @@
<modifier>public</modifier> <type>Closure</type><methodname>ReflectionMethod::getClosure</methodname>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
+ <methodsynopsis>
+ <modifier>public</modifier> <type>Closure</type><methodname>ReflectionMethod::getClosure</methodname>
+ <void />
+ </methodsynopsis>
<para>
</para>
@@ -40,7 +44,7 @@
&reftitle.returnvalues;
<para>
Возвращает замыкание <classname>Closure</classname>.
- Возвращает &null; в случае ошибки.
+ Возвращает &null; в случае возникновения ошибки.
</para>
</refsect1>