__construct() public method

public __construct ( String $file )
$file String
 /**
  * @param String $file
  * @throws \Exception
  */
 public function __construct($file)
 {
     parent::__construct($file);
     $this->header = new Header();
     $this->headerLote = new HeaderLote();
     $this->trailerLote = new TrailerLote();
     $this->trailer = new Trailer();
 }