Update mymodulewidget1.php

This commit is contained in:
Frédéric FRANCE 2018-11-09 18:13:13 +01:00 committed by GitHub
parent 1fd398234f
commit 172468587d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,8 +197,9 @@ class mymodulewidget1 extends ModeleBoxes
/**
* Method to show box. Called by Dolibarr eatch time it wants to display the box.
*
* @param array $head Array with properties of box title
* @param array $contents Array with properties of box lines
* @param array $head Array with properties of box title
* @param array $contents Array with properties of box lines
* @param int $nooutput No print, only return string
* @return void
*/
public function showBox($head = null, $contents = null, $nooutput = 0)