ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilBiblTypeInterface Interface Reference

Interface ilBiblTypeInterface. More...

+ Inheritance diagram for ilBiblTypeInterface:
+ Collaboration diagram for ilBiblTypeInterface:

Public Member Functions

 isStandardField (string $identifier)
 
 isEntryType (string $identifier)
 
 getStringRepresentation ()
 
 getId ()
 
 getStandardFieldIdentifiers ()
 

Detailed Description

Member Function Documentation

◆ getId()

ilBiblTypeInterface::getId ( )
Returns
int ID, see ilBiblTypeFactoryInterface::DATA_TYPE_BIBTEX or DATA_TYPE_BIBTEX::DATA_TYPE_RIS

Implemented in ilBibTex, and ilRis.

Referenced by ilBiblOverviewModelFactory\getAllOverviewModelsByType(), and ilBiblFieldFactory\getCollectionForFilter().

+ Here is the caller graph for this function:

◆ getStandardFieldIdentifiers()

ilBiblTypeInterface::getStandardFieldIdentifiers ( )
Returns
string[]

Implemented in ilBibTex, and ilRis.

◆ getStringRepresentation()

ilBiblTypeInterface::getStringRepresentation ( )
Returns
string such as "ris" or "bib"

Implemented in ilBibTex, and ilRis.

◆ isEntryType()

ilBiblTypeInterface::isEntryType ( string  $identifier)
Parameters
string$identifier
Returns
bool

Implemented in ilRis, and ilBibTex.

◆ isStandardField()

ilBiblTypeInterface::isStandardField ( string  $identifier)
Parameters
string$identifier
Returns
bool

Implemented in ilRis, and ilBibTex.


The documentation for this interface was generated from the following file: