ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBiblAttributeInterface 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 ilBiblAttributeInterface:
+ Collaboration diagram for ilBiblAttributeInterface:

Public Member Functions

 getEntryId ()
 
 setEntryId (int $entry_id)
 
 getName ()
 
 setName (string $name)
 
 getValue ()
 
 setValue (string $value)
 
 getId ()
 
 setId (int $id)
 

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 ilBiblAttributeInterface

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

Definition at line 22 of file interface.ilBiblAttributeInterface.php.

Member Function Documentation

◆ getEntryId()

ilBiblAttributeInterface::getEntryId ( )

Implemented in ilBiblAttribute.

◆ getId()

ilBiblAttributeInterface::getId ( )

Implemented in ilBiblAttribute.

◆ getName()

ilBiblAttributeInterface::getName ( )

Implemented in ilBiblAttribute.

Referenced by ilBiblFieldFactory\findOrCreateFieldOfAttribute().

+ Here is the caller graph for this function:

◆ getValue()

ilBiblAttributeInterface::getValue ( )

Implemented in ilBiblAttribute.

◆ setEntryId()

ilBiblAttributeInterface::setEntryId ( int  $entry_id)

Implemented in ilBiblAttribute.

◆ setId()

ilBiblAttributeInterface::setId ( int  $id)

Implemented in ilBiblAttribute.

◆ setName()

ilBiblAttributeInterface::setName ( string  $name)

Implemented in ilBiblAttribute.

◆ setValue()

ilBiblAttributeInterface::setValue ( string  $value)

Implemented in ilBiblAttribute.


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