|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilBiblAttributeFactory. More...
Inheritance diagram for ilBiblAttributeFactory:
Collaboration diagram for ilBiblAttributeFactory:Public Member Functions | |
| __construct (ilBiblFieldFactoryInterface $field_factory) | |
| getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, $object_id) | |
| @inheritDoc More... | |
| getAttributesForEntry (ilBiblEntryInterface $entry) | |
| @inheritDoc More... | |
| createAttribute ($name, $value, $entry_id) | |
| @inheritDoc More... | |
Public Member Functions inherited from ilBiblAttributeFactoryInterface | |
| getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, $object_id) | |
| getAttributesForEntry (ilBiblEntryInterface $entry) | |
| sortAttributes (array $attributes) | |
| createAttribute ($name, $value, $entry_id) | |
Protected Attributes | |
| $field_factory | |
Class ilBiblAttributeFactory.
Definition at line 8 of file class.ilBiblAttributeFactory.php.
| ilBiblAttributeFactory::__construct | ( | ilBiblFieldFactoryInterface | $field_factory | ) |
Definition at line 17 of file class.ilBiblAttributeFactory.php.
References $field_factory.
| ilBiblAttributeFactory::createAttribute | ( | $name, | |
| $value, | |||
| $entry_id | |||
| ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 88 of file class.ilBiblAttributeFactory.php.
References $name.
| ilBiblAttributeFactory::getAttributesForEntry | ( | ilBiblEntryInterface | $entry | ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 50 of file class.ilBiblAttributeFactory.php.
References ilBiblEntryInterface\getId(), and ActiveRecord\where().
Here is the call graph for this function:| ilBiblAttributeFactory::getPossibleValuesForFieldAndObject | ( | ilBiblFieldInterface | $field, |
| $object_id | |||
| ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 26 of file class.ilBiblAttributeFactory.php.
References $data, $DIC, $res, $result, and ilBiblFieldInterface\getIdentifier().
Here is the call graph for this function:
|
protected |
Definition at line 14 of file class.ilBiblAttributeFactory.php.
Referenced by __construct().