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