This commit is contained in:
Laurent Destailleur 2011-09-10 18:54:08 +00:00
parent f2b419a4e6
commit 56d80ba264

View File

@ -45,11 +45,12 @@ abstract class ActionsCardCommon
var $errors=array(); var $errors=array();
/** /**
* Constructor * Constructor
* @param DB Handler acces base de donnees *
* @param targetmodule Name of directory of module where canvas is stored * @param DoliDB $DB Handler acces base de donnees
* @param canvas Name of canvas * @param string $targmetmodule Name of directory of module where canvas is stored
* @param card Name of tab (sub-canvas) * @param string $canvas Name of canvas
* @param string $card Name of tab (sub-canvas)
*/ */
function ActionsCardCommon($DB,$targetmodule,$canvas,$card) function ActionsCardCommon($DB,$targetmodule,$canvas,$card)
{ {