2require_once(
'./libs/composer/vendor/autoload.php');
19 $RISReader->parseString($content);
21 return $RISReader->getRecords();
33 $RISReader->parseFile($path_to_file);
35 return $RISReader->getRecords();
An exception for terminatinating execution or to throw for unit testing.
The main class for parsing RIS files.