|
ILIAS
release_8 Revision v8.24
|
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 () | |
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
Definition at line 23 of file interface.ilBiblLibraryInterface.php.
| ilBiblLibraryInterface::create | ( | ) |
| ilBiblLibraryInterface::delete | ( | ) |
| ilBiblLibraryInterface::getId | ( | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::getImg | ( | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::getName | ( | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::getUrl | ( | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::isShownInList | ( | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::setId | ( | int | $id | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::setImg | ( | string | $img | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::setName | ( | string | $name | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::setShowInList | ( | bool | $show_in_list | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::setUrl | ( | string | $url | ) |
Implemented in ilBiblLibrary.
| ilBiblLibraryInterface::store | ( | ) |
| ilBiblLibraryInterface::update | ( | ) |