Exemplo n.º 1
0
 /**
  * Load records from a file (Binary MARC or XML).
  *
  * @param string $filename
  * @return Collection
  */
 public static function fromFile($filename)
 {
     $importer = new Importer();
     return $importer->fromFile($filename);
 }