Ver Fonte

Standardize code

Philippe GRAND há 6 anos atrás
pai
commit
94df8d297d

+ 3 - 0
htdocs/asset/class/asset.class.php

@@ -106,6 +106,9 @@ class Asset extends CommonObject
 	 */
 	public $ref;
 
+	/**
+	 * @var int Entity
+	 */
 	public $entity;
 
     /**

+ 4 - 0
htdocs/compta/facture/class/facture-rec.class.php

@@ -64,7 +64,11 @@ class FactureRec extends CommonInvoice
 	 */
 	public $picto='bill';
 
+	/**
+	 * @var int Entity
+	 */
 	public $entity;
+
 	public $number;
 	public $date;
 	public $amount;

+ 5 - 0
htdocs/core/class/events.class.php

@@ -61,7 +61,12 @@ class Events // extends CommonObject
 
 	public $tms;
 	public $type;
+
+	/**
+	 * @var int Entity
+	 */
 	public $entity;
+
 	public $dateevent;
 
 	/**

+ 4 - 0
htdocs/core/class/fiscalyear.class.php

@@ -64,6 +64,10 @@ class Fiscalyear extends CommonObject
 	public $date_end;
 	public $datec;
 	public $statut;		// 0=open, 1=closed
+
+	/**
+	 * @var int Entity
+	 */
 	public $entity;
 
 	public $statuts=array();