Example #1
0
 function __construct(\Tracker\Tabular\Schema $schema, $fileName)
 {
     $this->schema = $schema->getPlainOutputSchema();
     $this->file = new \SplFileObject($fileName, 'r');
 }