ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
interface.ilBiblFileReaderInterface.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\ResourceStorage\Identification\ResourceIdentification
;
20
25
interface
ilBiblFileReaderInterface
26
{
27
public
function
readContent
(
ResourceIdentification
$identification): bool;
28
29
public
function
parseContentToEntries
(
ilObjBibliographic
$bib): array;
30
31
public
function
getEntryFactory
():
ilBiblEntryFactoryInterface
;
32
33
public
function
getFieldFactory
():
ilBiblFieldFactoryInterface
;
34
35
public
function
getAttributeFactory
():
ilBiblAttributeFactoryInterface
;
36
}
ILIAS\ResourceStorage\Identification\ResourceIdentification
Class ResourceIdentification.
Definition:
ResourceIdentification.php:31
ilObjBibliographic
Class ilObjBibliographic.
Definition:
class.ilObjBibliographic.php:32
ilBiblAttributeFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblAttributeFactoryInterface.php:23
ilBiblEntryFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblEntryFactoryInterface.php:26
ilBiblFieldFactoryInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilBiblFieldFactoryInterface.php:25
ilBiblFileReaderInterface
Interface ilBiblFileReaderInterface.
Definition:
interface.ilBiblFileReaderInterface.php:26
ilBiblFileReaderInterface\getEntryFactory
getEntryFactory()
ilBiblFileReaderInterface\parseContentToEntries
parseContentToEntries(ilObjBibliographic $bib)
ilBiblFileReaderInterface\getAttributeFactory
getAttributeFactory()
ilBiblFileReaderInterface\getFieldFactory
getFieldFactory()
ilBiblFileReaderInterface\readContent
readContent(ResourceIdentification $identification)
Modules
Bibliographic
interfaces
FileReader
interface.ilBiblFileReaderInterface.php
Generated on Sun Nov 2 2025 22:01:03 for ILIAS by
1.9.4 (using
Doxyfile
)