mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix phan
This commit is contained in:
@@ -33,20 +33,30 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commondict.class.php';
|
||||
class CLeadStatus extends CommonDict
|
||||
{
|
||||
/**
|
||||
* @var array record
|
||||
* @var array<int,CLeadStatus> Array of record
|
||||
*/
|
||||
public $records = array();
|
||||
|
||||
/**
|
||||
* @var string element
|
||||
* @var string Element
|
||||
*/
|
||||
public $element = 'cleadstatus';
|
||||
|
||||
/**
|
||||
* @var string table element
|
||||
* @var string Table element
|
||||
*/
|
||||
public $table_element = 'c_lead_status';
|
||||
|
||||
/**
|
||||
* @var int Position
|
||||
*/
|
||||
public $position;
|
||||
|
||||
/**
|
||||
* @var float Percent
|
||||
*/
|
||||
public $percent;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user