This commit is contained in:
Frédéric FRANCE
2023-08-28 08:03:21 +02:00
committed by GitHub
parent 8eb26b1bb0
commit 314b7aa3f8

View File

@@ -673,6 +673,16 @@ abstract class CommonObject
*/
public $nb = array();
/**
* @var array array of status string
*/
public $statuts = array();
/**
* @var array array of short status string
*/
public $statuts_short = array();
/**
* @var string output
*/