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
26
27
33 public function sortAttributes(array $attributes);
34
35
43 public function createAttribute($name, $value, $entry_id);
44}
An exception for terminatinating execution or to throw for unit testing.
if(array_key_exists('yes', $_REQUEST)) $attributes
Definition: getconsent.php:85
Interface ilBiblAttributeFactoryInterface.
getPossibleValuesForFieldAndObject(ilBiblFieldInterface $field, $object_id)
getAttributesForEntry(ilBiblEntryInterface $entry)
sortAttributes(array $attributes)
createAttribute($name, $value, $entry_id)
Interface ilBiblEntryInterface.
Interface ilBiblEntryInterface.