ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilBiblAttributeFactoryInterface.php
Go to the documentation of this file.
1 <?php
9 {
10 
17  public function getPossibleValuesForFieldAndObject(ilBiblFieldInterface $field, $object_id);
18 
19 
25  public function getAttributesForEntry(ilBiblEntryInterface $entry);
26 
27 
33  public function sortAttributes(array $attributes);
34 
35 
43  public function createAttribute($name, $value, $entry_id);
44 }
Interface ilBiblEntryInterface.
getPossibleValuesForFieldAndObject(ilBiblFieldInterface $field, $object_id)
createAttribute($name, $value, $entry_id)
getAttributesForEntry(ilBiblEntryInterface $entry)
if(array_key_exists('yes', $_REQUEST)) $attributes
Definition: getconsent.php:85
Interface ilBiblAttributeFactoryInterface.
Interface ilBiblEntryInterface.
sortAttributes(array $attributes)