add some comment
This commit is contained in:
parent
a401b6776d
commit
9bf4347371
@ -426,8 +426,14 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_validation;
|
||||||
|
*/
|
||||||
public $date_validation; // Date validation
|
public $date_validation; // Date validation
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_modification;
|
||||||
|
*/
|
||||||
public $date_modification; // Date last change (tms field)
|
public $date_modification; // Date last change (tms field)
|
||||||
|
|
||||||
public $next_prev_filter;
|
public $next_prev_filter;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user