Esempio n. 1
0
 /**
  * @return $this
  */
 protected function convertLines()
 {
     $max = $this->dataObject->count();
     for ($lineNumber = 0; $lineNumber < $max; $lineNumber++) {
         $this->dataObject->updateLine($lineNumber, $this->createRowObjectByLineNumber($lineNumber));
     }
     return $this;
 }