ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilBiblAttributeFactoryInterface.php
Go to the documentation of this file.
1 <?php
23 {
24  public function getPossibleValuesForFieldAndObject(ilBiblFieldInterface $field, int $object_id): array;
25 
29  public function getAttributesForEntry(ilBiblEntryInterface $entry): array;
30 
35  public function sortAttributes(array $attributes): array;
36 
37  public function createAttribute(string $name, string $value, int $entry_id): bool;
38 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createAttribute(string $name, string $value, int $entry_id)
getAttributesForEntry(ilBiblEntryInterface $entry)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPossibleValuesForFieldAndObject(ilBiblFieldInterface $field, int $object_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
sortAttributes(array $attributes)