add some comment
This commit is contained in:
parent
81a5d853d0
commit
9b0debfd08
@ -76,9 +76,13 @@ class Website extends CommonObject
|
||||
public $status;
|
||||
|
||||
/**
|
||||
* @var mixed
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
/**
|
||||
* @var integer|string date_modification
|
||||
*/
|
||||
public $date_modification;
|
||||
|
||||
/**
|
||||
|
||||
@ -83,8 +83,15 @@ class WebsitePage extends CommonObject
|
||||
* @var int Status
|
||||
*/
|
||||
public $status;
|
||||
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
/**
|
||||
* @var integer|string date_modification
|
||||
*/
|
||||
public $date_modification;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user