mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
add comments
This commit is contained in:
@@ -88,8 +88,19 @@ class ActionComm extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $datec; // Date creation record (datec)
|
/**
|
||||||
public $datem; // Date modification record (tms)
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var DateTime
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var DateTime
|
||||||
|
*/
|
||||||
|
public $datem;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object user that create action
|
* Object user that create action
|
||||||
@@ -119,8 +130,19 @@ class ActionComm extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $usermodid;
|
public $usermodid;
|
||||||
|
|
||||||
public $datep; // Date action start (datep)
|
/**
|
||||||
public $datef; // Date action end (datep2)
|
* Date action start (datep)
|
||||||
|
*
|
||||||
|
* @var DateTime
|
||||||
|
*/
|
||||||
|
public $datep;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date action end (datep2)
|
||||||
|
*
|
||||||
|
* @var DateTime
|
||||||
|
*/
|
||||||
|
public $datep2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int -1=Unkown duration
|
* @var int -1=Unkown duration
|
||||||
|
|||||||
Reference in New Issue
Block a user