Beispiel #1
0
 private function onCSVRow(array $row)
 {
     if (false === ($flag = WC_Warflag::getByWarboxAndPos($this->warbox, $row[0]))) {
         return $this->createFromCSV($row);
     } else {
         return $this->updateFromCSV($flag, $row);
     }
 }