Subversion Repositories eFlore/Applications.cel

Rev

Rev 882 | Rev 924 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 882 Rev 883
Line 21... Line 21...
21
 **/ 
21
 **/ 
22
class InventoryDateList extends Cel {
22
class InventoryDateList extends Cel {
Line 23... Line 23...
23
	
23
	
Line 24... Line 24...
24
	private $correspondance_fonction = array(1 => 'year', 2 => 'month', 3 => 'day');
24
	private $correspondance_fonction = array(1 => 'year', 2 => 'month', 3 => 'day');
25
	
25
	
26
	/*** 
26
	/** 
27
	* @param int uid[0] : utilisateur obligatoire
27
	* @param int uid[0] : utilisateur obligatoire
28
	* @param int uid[1] : si absent : valeur 'all' (annee)
28
	* @param int uid[1] : si absent : valeur 'all' (annee)
29
	* @param int uid[2] : si absent : valeur 'all' (mois)
29
	* @param int uid[2] : si absent : valeur 'all' (mois)