com doc/fr: Add missing visibility modifiers and versions for ZMQ: reference/zmq/zmq/construct.xml reference/zmq/zmqcontext/construct.xml reference/zmq/zmqdevice/construct.xml reference/zmq/zmqsocket/construct.xml

[email protected] (George Peter Banyard) Tue, 26 Jan 2021 18:37:08 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    b71a5e7de8356d74d4ba6b4bc6b9eeca66fe7f6e
Author:    George Peter Banyard <[email protected]>         Tue, 26 Jan 2021 18:37:08 +0000
Parents:   1442365831c0b971404b2f506fb5e986773f7c34
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=b71a5e7de8356d74d4ba6b4bc6b9eeca66fe7f6e

Log:
Add missing visibility modifiers and versions for ZMQ

Changed paths:
  M  reference/zmq/zmq/construct.xml
  M  reference/zmq/zmqcontext/construct.xml
  M  reference/zmq/zmqdevice/construct.xml
  M  reference/zmq/zmqsocket/construct.xml


Diff:
diff --git a/reference/zmq/zmq/construct.xml b/reference/zmq/zmq/construct.xml
index fb502e39ed..20a600211e 100644
--- a/reference/zmq/zmq/construct.xml
+++ b/reference/zmq/zmq/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 2ef03df114cbcb863b26c8d967e808e8ca3e4606 Maintainer: jeanseb Status: ready -->
+<!-- EN-Revision: 45fb9e53a3f83376b0663b3d5b9053d359ccef86 Maintainer: jeanseb Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="zmq.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>private</modifier><methodname>ZMQ::__construct</methodname>
+   <modifier>private</modifier> <methodname>ZMQ::__construct</methodname>
    <void />
   </methodsynopsis>
   <para>
diff --git a/reference/zmq/zmqcontext/construct.xml b/reference/zmq/zmqcontext/construct.xml
index bc7b6bc766..b66396793b 100644
--- a/reference/zmq/zmqcontext/construct.xml
+++ b/reference/zmq/zmqcontext/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 45fb9e53a3f83376b0663b3d5b9053d359ccef86 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="zmqcontext.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,14 +12,14 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>ZMQContext::__construct</methodname>
+   <modifier>public</modifier> <methodname>ZMQContext::__construct</methodname>
    <methodparam choice="opt"><type>int</type><parameter>io_threads</parameter><initializer>1</initializer></methodparam>
    <methodparam choice="opt"><type>bool</type><parameter>is_persistent</parameter><initializer>&true;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Construit un nouveau contexte ZMQ. Le contexte est utilisé pour initialiser
    les sockets. Un contexte persistent est nécessaire pour initialiser des
-   sockets persistents.
+   sockets persistants.
   </para>
  </refsect1>
 
diff --git a/reference/zmq/zmqdevice/construct.xml b/reference/zmq/zmqdevice/construct.xml
index ea72c13686..b755027493 100644
--- a/reference/zmq/zmqdevice/construct.xml
+++ b/reference/zmq/zmqdevice/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 2ef03df114cbcb863b26c8d967e808e8ca3e4606 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 45fb9e53a3f83376b0663b3d5b9053d359ccef86 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="zmqdevice.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>ZMQDevice::__construct</methodname>
+   <modifier>public</modifier> <methodname>ZMQDevice::__construct</methodname>
    <methodparam><type>ZMQSocket</type><parameter>frontend</parameter></methodparam>
    <methodparam><type>ZMQSocket</type><parameter>backend</parameter></methodparam>
    <methodparam choice="opt"><type>ZMQSocket</type><parameter>listener</parameter></methodparam>
diff --git a/reference/zmq/zmqsocket/construct.xml b/reference/zmq/zmqsocket/construct.xml
index 067340cac9..d94c2bfc5c 100644
--- a/reference/zmq/zmqsocket/construct.xml
+++ b/reference/zmq/zmqsocket/construct.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 80872147aa52367137bd3d168412f70cbe2ddf9c Maintainer: yannick Status: ready -->
+<!-- EN-Revision: a86e435a9ef8674b8b0d8fe96e4084b9a6e8c65c Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 
 <refentry xml:id="zmqsocket.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>ZMQSocket::__construct</methodname>
+   <modifier>public</modifier> <methodname>ZMQSocket::__construct</methodname>
    <methodparam><type>ZMQContext</type><parameter>context</parameter></methodparam>
    <methodparam><type>int</type><parameter>type</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>persistent_id</parameter><initializer>&null;</initializer></methodparam>