ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
findByIdAndTypeString (int $id, string $type_string) | |
findOrCreateEntry (int $id, int $bibliographic_obj_id, string $entry_type) | |
createEntry (int $bibliographic_obj_id, string $entry_type) | |
getEmptyInstance () | |
filterEntriesForTable (int $object_id, ilBiblTableQueryInfo $info=null) | |
filterEntryIdsForTableAsArray (int $object_id, ?ilBiblTableQueryInfo $info=null) | |
deleteEntryById (int $id) | |
deleteEntriesById (int $object_id) | |
loadParsedAttributesByEntryId (int $entry_id) | |
Reads all the entrys attributes from database. More... | |
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 ilBiblEntryFactoryInterface
Definition at line 25 of file interface.ilBiblEntryFactoryInterface.php.
ilBiblEntryFactoryInterface::createEntry | ( | int | $bibliographic_obj_id, |
string | $entry_type | ||
) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::deleteEntriesById | ( | int | $object_id | ) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::deleteEntryById | ( | int | $id | ) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::filterEntriesForTable | ( | int | $object_id, |
ilBiblTableQueryInfo | $info = null |
||
) |
ilBiblEntryFactoryInterface::filterEntryIdsForTableAsArray | ( | int | $object_id, |
?ilBiblTableQueryInfo | $info = null |
||
) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::findByIdAndTypeString | ( | int | $id, |
string | $type_string | ||
) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::findOrCreateEntry | ( | int | $id, |
int | $bibliographic_obj_id, | ||
string | $entry_type | ||
) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::getEmptyInstance | ( | ) |
Implemented in ilBiblEntryFactory.
ilBiblEntryFactoryInterface::loadParsedAttributesByEntryId | ( | int | $entry_id | ) |
Reads all the entrys attributes from database.
Implemented in ilBiblEntryFactory.