Exemple #1
0
 public function __construct($table, $currentDataTable, $pastDataTable, $columnToRead, $considerMovers, $considerNew, $considerDisappeared)
 {
     parent::__construct($table, $pastDataTable, 'growth', $columnToRead, $quotientPrecision = 1);
     $this->currentDataTable = $currentDataTable;
     $this->considerMovers = $considerMovers;
     $this->considerNew = $considerNew;
     $this->considerDisappeared = $considerDisappeared;
 }