Skip to content

Commit b007a17

Browse files
committed
Cleaned docblock of constructor
1 parent 38e57e9 commit b007a17

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

ToolkitApi/httpsupp.php

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ class httpsupp
3939
protected $_pw;
4040
protected $_debug;
4141

42-
// parms [$ipc, $ctl, $i5rest, $debug]:
43-
// $ipc - route to XMLSERVICE job (/tmp/xmlibmdb2)
44-
// $ctl - XMLSERVICE control (*sbmjob)
45-
// $i5rest - URL to xmlcgi.pgm
46-
// (example: http://ibmi/cgi-bin/xmlcgi.pgm )
47-
// $debug=*in|*out|*all
48-
// *in - dump XML input (call)
49-
// *out - dump XML output (return)
50-
// *all - dump XML input/output
42+
/**
43+
* @param string $ipc route to XMLSERVICE job (/tmp/xmlibmdb2)
44+
* @param string $ctl XMLSERVICE control (*sbmjob)
45+
* @param string $url URL to xmlcgi.pgm (example: http://ibmi/cgi-bin/xmlcgi.pgm )
46+
* @param string $debug *in|*out|*all (*in - dump XML input (call)) (*out - dump XML output (return)) (*all - dump XML input/output)
47+
*/
5148
public function __construct($ipc='/tmp/xmldb2', $ctl='*sbmjob', $url='http://example.com/cgi-bin/xmlcgi.pgm', $debug='*none')
5249
{
5350
$this->setIpc($ipc);

0 commit comments

Comments
 (0)