2
0
forked from Wavyzz/dolibarr

Standardize and update code

This commit is contained in:
Philippe GRAND
2018-09-28 14:49:34 +02:00
parent 15ff9f8917
commit 574cfad48f
4 changed files with 25 additions and 6 deletions

View File

@@ -116,7 +116,11 @@ class MyObject extends CommonObject
*/
public $entity;
public $label;
/**
* @var string label
*/
public $label;
public $amount;
public $status;
public $date_creation;