add comments
This commit is contained in:
parent
76a4792cd2
commit
609dc5360b
@ -47,10 +47,33 @@ class Subscription extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $picto='payment';
|
public $picto='payment';
|
||||||
|
|
||||||
public $datec; // Date creation
|
/**
|
||||||
public $datem; // Date modification
|
* Date creation record (datec)
|
||||||
public $dateh; // Subscription start date (date subscription)
|
*
|
||||||
public $datef; // Subscription end date
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datem;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Subscription start date (date subscription)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $dateh;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Subscription end date
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datef;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user