reference/gearman/gearmanclient/jobstatus.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.jobstatus" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::jobStatus</refname>
...
...
@@ -11,9 +10,9 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>array</type><methodname>GearmanClient::jobStatus</methodname>
16
-
<methodparam><type>string</type><parameter>job_handle</parameter></methodparam>
13
+
<methodsynopsis role="GearmanClient">
14
+
<modifier>public</modifier> <type>array</type><methodname>GearmanClient::jobStatus</methodname>
15
+
<methodparam><type>string</type><parameter>job_handle</parameter></methodparam>
17
16
</methodsynopsis>
18
17
<para>
19
18
Gets the status for a background job given a job handle. The status information will
...
...
@@ -114,7 +113,6 @@ done!
114
113
</refsect1>
115
114

116
115
</refentry>
117
-

118
116
<!-- Keep this comment at the end of the file
119
117
Local variables:
120
118
mode: sgml
121
119