reference/stomp/stomp/construct.xml
ecaa2146429a7f88de40dfce14718afc896b74c5
...
...
@@ -11,13 +11,13 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<para>&style.oop; (constructor):</para>
14
-
<methodsynopsis>
14
+
<constructorsynopsis>
15
15
<modifier>public</modifier> <methodname>Stomp::__construct</methodname>
16
16
<methodparam choice="opt"><type>string</type><parameter>broker</parameter><initializer>ini_get("stomp.default_broker_uri")</initializer></methodparam>
17
17
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
18
18
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
19
19
<methodparam choice="opt"><type>array</type><parameter>headers</parameter></methodparam>
20
-
</methodsynopsis>
20
+
</constructorsynopsis>
21
21
<para>&style.procedural;:</para>
22
22
<methodsynopsis>
23
23
<type>resource</type><methodname>stomp_connect</methodname>
...
...
@@ -82,7 +82,7 @@
82
82
</thead>
83
83
<tbody>
84
84
<row>
85
-
<entry>1.0.1</entry>
85
+
<entry>PECL stomp 1.0.1</entry>
86
86
<entry>
87
87
The <parameter>headers</parameter> parameter was added
88
88
</entry>
89
89