ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
Interface ilBiblFileReaderInterface.
global $DIC
Definition: saml.php:7
Class ilBiblFileReaderBase.
Class ilBiblRisFileReaderWrapper.
Class ilBiblRisFileReader.