ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class for writing RIS data. More...
Public Member Functions | |
__construct () | |
writeRecords ($records) | |
Write a series of records to a single RIS string. More... | |
writeRecord ($tags) | |
Write a single record as an RIS string. More... | |
Class for writing RIS data.
General usage:
Definition at line 19 of file RISWriter.php.
LibRIS\RISWriter::__construct | ( | ) |
Definition at line 21 of file RISWriter.php.
LibRIS\RISWriter::writeRecord | ( | $tags | ) |
Write a single record as an RIS string.
The record should be an associative array of tags to values.
array | $tags | An associative array of key => array(value1, value2,...). |
string | The record as a string. |
Definition at line 49 of file RISWriter.php.
References array.
LibRIS\RISWriter::writeRecords | ( | $records | ) |
Write a series of records to a single RIS string.
array | $records | An array in the format generated by RISReader::parseFile() |
string | The record as a string. |
Definition at line 31 of file RISWriter.php.
References $records, and array.