add some comment

This commit is contained in:
Philippe GRAND 2019-11-10 12:22:24 +01:00
parent 81a5d853d0
commit 9b0debfd08
2 changed files with 13 additions and 2 deletions

View File

@ -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;
/**

View File

@ -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;