ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblAttributeFactory. More...
Public Member Functions | |
__construct (ilBiblFieldFactoryInterface $field_factory) | |
getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, $object_id) | |
getAttributesForEntry (ilBiblEntryInterface $entry) | |
createAttribute ($name, $value, $entry_id) | |
Public Member Functions inherited from ilBiblAttributeFactoryInterface | |
sortAttributes (array $attributes) | |
Protected Attributes | |
$field_factory | |
Class ilBiblAttributeFactory.
Definition at line 8 of file class.ilBiblAttributeFactory.php.
ilBiblAttributeFactory::__construct | ( | ilBiblFieldFactoryInterface | $field_factory | ) |
ilBiblAttributeFactory::createAttribute | ( | $name, | |
$value, | |||
$entry_id | |||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 87 of file class.ilBiblAttributeFactory.php.
References $name.
ilBiblAttributeFactory::getAttributesForEntry | ( | ilBiblEntryInterface | $entry | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 49 of file class.ilBiblAttributeFactory.php.
References $attributes, ilBiblEntryInterface\getId(), ilBiblAttributeFactoryInterface\sortAttributes(), and ActiveRecord\where().
ilBiblAttributeFactory::getPossibleValuesForFieldAndObject | ( | ilBiblFieldInterface | $field, |
$object_id | |||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 25 of file class.ilBiblAttributeFactory.php.
References $data, $DIC, $res, $result, and ilBiblFieldInterface\getIdentifier().
|
protected |
Definition at line 14 of file class.ilBiblAttributeFactory.php.
Referenced by __construct().