20 $RISReader =
new RISReader();
22 $RISReader->parseString($content);
24 return $RISReader->getRecords();
36 $RISReader =
new RISReader();
38 $RISReader->parseFile($path_to_file);
40 return $RISReader->getRecords();
An exception for terminatinating execution or to throw for unit testing.
Class ilBiblRisFileReaderWrapper.