ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBiblTypeFactoryInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBiblTypeFactoryInterface:
+ Collaboration diagram for ilBiblTypeFactoryInterface:

Public Member Functions

 getInstanceForType (int $type)
 
 getInstanceForFileName (string $filename)
 
 getInstanceForString (string $string)
 
 convertFileEndingToDataType (string $file_ending)
 
 getDataTypeIdentifierByInstance (ilBiblTypeInterface $type_inst)
 

Data Fields

const DATA_TYPE_RIS = 1
 
const DATA_TYPE_BIBTEX = 2
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblTypeFactoryInterface

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 24 of file interface.ilBiblTypeFactoryInterface.php.

Member Function Documentation

◆ convertFileEndingToDataType()

ilBiblTypeFactoryInterface::convertFileEndingToDataType ( string  $file_ending)
Exceptions
ilExceptionwhen no data type for file_ending was found

Implemented in ilBiblTypeFactory.

◆ getDataTypeIdentifierByInstance()

ilBiblTypeFactoryInterface::getDataTypeIdentifierByInstance ( ilBiblTypeInterface  $type_inst)

Implemented in ilBiblTypeFactory.

◆ getInstanceForFileName()

ilBiblTypeFactoryInterface::getInstanceForFileName ( string  $filename)
Exceptions
ilExceptionwhen type not found

Implemented in ilBiblTypeFactory.

◆ getInstanceForString()

ilBiblTypeFactoryInterface::getInstanceForString ( string  $string)
Deprecated:
Legacy REFACTOR use type factory

Implemented in ilBiblTypeFactory.

◆ getInstanceForType()

ilBiblTypeFactoryInterface::getInstanceForType ( int  $type)
Exceptions
ilExceptionwhen type not found

Implemented in ilBiblTypeFactory.

Field Documentation

◆ DATA_TYPE_BIBTEX

◆ DATA_TYPE_RIS


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