|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblAttributeFactory:
Collaboration diagram for ilBiblAttributeFactory:Public Member Functions | |
| __construct (ilBiblFieldFactoryInterface $field_factory) | |
| getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, int $object_id) | |
| @inheritDoc More... | |
| getAttributesForEntry (ilBiblEntryInterface $entry) | |
| @inheritDoc More... | |
| sortAttributes (array $attributes) | |
| @inheritDoc More... | |
| createAttribute (string $name, string $value, int $entry_id) | |
| @inheritDoc More... | |
| getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, int $object_id) | |
| getAttributesForEntry (ilBiblEntryInterface $entry) | |
| sortAttributes (array $attributes) | |
| createAttribute (string $name, string $value, int $entry_id) | |
Protected Attributes | |
| ilBiblFieldFactoryInterface | $field_factory |
| ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBiblAttributeFactory
Definition at line 22 of file class.ilBiblAttributeFactory.php.
| ilBiblAttributeFactory::__construct | ( | ilBiblFieldFactoryInterface | $field_factory | ) |
Definition at line 27 of file class.ilBiblAttributeFactory.php.
References $DIC, and $field_factory.
| ilBiblAttributeFactory::createAttribute | ( | string | $name, |
| string | $value, | ||
| int | $entry_id | ||
| ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 92 of file class.ilBiblAttributeFactory.php.
References $name.
| ilBiblAttributeFactory::getAttributesForEntry | ( | ilBiblEntryInterface | $entry | ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 59 of file class.ilBiblAttributeFactory.php.
References ilBiblEntryInterface\getId(), and ActiveRecord\where().
Here is the call graph for this function:| ilBiblAttributeFactory::getPossibleValuesForFieldAndObject | ( | ilBiblFieldInterface | $field, |
| int | $object_id | ||
| ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 37 of file class.ilBiblAttributeFactory.php.
References $data, $res, and ilBiblFieldInterface\getIdentifier().
Here is the call graph for this function:| ilBiblAttributeFactory::sortAttributes | ( | array | $attributes | ) |
@inheritDoc
Implements ilBiblAttributeFactoryInterface.
Definition at line 67 of file class.ilBiblAttributeFactory.php.
References $attributes.
|
protected |
Definition at line 25 of file class.ilBiblAttributeFactory.php.
|
protected |
Definition at line 24 of file class.ilBiblAttributeFactory.php.
Referenced by __construct().