ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilBiblFileReaderInterface.php
Go to the documentation of this file.
1<?php
2
9{
10
16 public function readContent($path_to_file);
17
18
23 public function parseContent();
24
25
29 public function getEntryFactory();
30
34 public function getFieldFactory();
35
39 public function getAttributeFactory();
40}
An exception for terminatinating execution or to throw for unit testing.
Interface ilBiblFileReaderInterface.
readContent($path_to_file)