ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
interface.ilBiblFileReaderInterface.php
Go to the documentation of this file.
1
<?
php
2
8
interface
ilBiblFileReaderInterface
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
}
ilBiblFileReaderInterface
Interface ilBiblFileReaderInterface.
Definition:
interface.ilBiblFileReaderInterface.php:8
ilBiblFileReaderInterface\getFieldFactory
getFieldFactory()
ilBiblFileReaderInterface\parseContent
parseContent()
ilBiblFileReaderInterface\getEntryFactory
getEntryFactory()
ilBiblFileReaderInterface\readContent
readContent($path_to_file)
ilBiblFileReaderInterface\getAttributeFactory
getAttributeFactory()
php
Modules
Bibliographic
interfaces
FileReader
interface.ilBiblFileReaderInterface.php
Generated on Thu Jan 30 2025 19:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)