Merge pull request #21259 from Quatadah/dolicloud-qnasdami-scrutinizer-008

BUG FIX : changing function name to the existing one
This commit is contained in:
Laurent Destailleur 2022-06-17 15:05:55 +02:00 committed by GitHub
commit 8dafb92318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,13 @@ abstract class Stats
protected $lastfetchdate = array(); // Dates of cache file read by methods
public $cachefilesuffix = ''; // Suffix to add to name of cache file (to avoid file name conflicts)
/**
* @param int $year number
* @param int $format 0=Label of abscissa is a translated text, 1=Label of abscissa is month number, 2=Label of abscissa is first letter of month
* @return int value
*/
protected abstract function getNbByMonth($year, $format = 0);
/**
* Return nb of elements by month for several years
*