ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBiblTranslationInterface 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 ilBiblTranslationInterface:
+ Collaboration diagram for ilBiblTranslationInterface:

Public Member Functions

 getId ()
 
 setId (int $id)
 
 getFieldId ()
 
 setFieldId (int $field_id)
 
 getLanguageKey ()
 
 setLanguageKey (string $language_key)
 
 getTranslation ()
 
 setTranslation (string $translation)
 
 getDescription ()
 
 setDescription (string $description)
 
 store ()
 

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 ilBiblTranslationInterface

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

Definition at line 23 of file interface.ilBiblTranslationInterface.php.

Member Function Documentation

◆ getDescription()

ilBiblTranslationInterface::getDescription ( )

Implemented in ilBiblTranslation.

◆ getFieldId()

ilBiblTranslationInterface::getFieldId ( )

Implemented in ilBiblTranslation.

◆ getId()

ilBiblTranslationInterface::getId ( )

Implemented in ilBiblTranslation.

◆ getLanguageKey()

ilBiblTranslationInterface::getLanguageKey ( )

Implemented in ilBiblTranslation.

◆ getTranslation()

ilBiblTranslationInterface::getTranslation ( )

Implemented in ilBiblTranslation.

◆ setDescription()

ilBiblTranslationInterface::setDescription ( string  $description)

Implemented in ilBiblTranslation.

◆ setFieldId()

ilBiblTranslationInterface::setFieldId ( int  $field_id)

Implemented in ilBiblTranslation.

◆ setId()

ilBiblTranslationInterface::setId ( int  $id)

Implemented in ilBiblTranslation.

◆ setLanguageKey()

ilBiblTranslationInterface::setLanguageKey ( string  $language_key)

Implemented in ilBiblTranslation.

◆ setTranslation()

ilBiblTranslationInterface::setTranslation ( string  $translation)

Implemented in ilBiblTranslation.

◆ store()

ilBiblTranslationInterface::store ( )

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