Exemple #1
0
 /**
  * @param $url string url to edi file, path to edi file or EDI message
  * @return bool
  */
 public function load($url)
 {
     $Parser = new \EDI\Parser($url);
     $this->parsedfile = $Parser->get();
     return $this->preValidate();
 }
Exemple #2
0
 function load($url)
 {
     $Parser = new \EDI\Parser($url);
     $this->parsedfile = $Parser->get();
 }