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

Public Member Functions

 getId ()
 
 setId (int $id)
 
 getImg ()
 
 setImg (string $img)
 
 getName ()
 
 setName (string $name)
 
 isShownInList ()
 
 setShowInList (bool $show_in_list)
 
 getUrl ()
 
 setUrl (string $url)
 
 store ()
 
 delete ()
 
 create ()
 
 update ()
 

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 ilBiblLibraryInterface

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

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

Member Function Documentation

◆ create()

ilBiblLibraryInterface::create ( )

◆ delete()

ilBiblLibraryInterface::delete ( )

◆ getId()

ilBiblLibraryInterface::getId ( )

Implemented in ilBiblLibrary.

◆ getImg()

ilBiblLibraryInterface::getImg ( )

Implemented in ilBiblLibrary.

◆ getName()

ilBiblLibraryInterface::getName ( )

Implemented in ilBiblLibrary.

◆ getUrl()

ilBiblLibraryInterface::getUrl ( )

Implemented in ilBiblLibrary.

◆ isShownInList()

ilBiblLibraryInterface::isShownInList ( )

Implemented in ilBiblLibrary.

◆ setId()

ilBiblLibraryInterface::setId ( int  $id)

Implemented in ilBiblLibrary.

◆ setImg()

ilBiblLibraryInterface::setImg ( string  $img)

Implemented in ilBiblLibrary.

◆ setName()

ilBiblLibraryInterface::setName ( string  $name)

Implemented in ilBiblLibrary.

◆ setShowInList()

ilBiblLibraryInterface::setShowInList ( bool  $show_in_list)

Implemented in ilBiblLibrary.

◆ setUrl()

ilBiblLibraryInterface::setUrl ( string  $url)

Implemented in ilBiblLibrary.

◆ store()

ilBiblLibraryInterface::store ( )

◆ update()

ilBiblLibraryInterface::update ( )

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