ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilBiblRisFileReader.php
Go to the documentation of this file.
1<?php
2
9{
10
14 public function parseContent()
15 {
16 global $DIC;
17 $ilRisWrapper = new ilBiblRisFileReaderWrapper();
18
19 return $ilRisWrapper->parseFile($DIC->filesystem()
20 ->storage()
21 ->readStream($this->path_to_file)
22 ->getMetadata('uri'));
23 }
24}
An exception for terminatinating execution or to throw for unit testing.
Class ilBiblFileReaderBase.
Class ilBiblRisFileReaderWrapper.
Class ilBiblRisFileReader.
Interface ilBiblFileReaderInterface.
$DIC
Definition: xapitoken.php:46