ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilBiblFieldFactoryInterface $field_factory) | |
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 | ||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 92 of file class.ilBiblAttributeFactory.php.
ilBiblAttributeFactory::getAttributesForEntry | ( | ilBiblEntryInterface | $entry | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 59 of file class.ilBiblAttributeFactory.php.
References ilBiblEntryInterface\getId(), and ActiveRecord\where().
ilBiblAttributeFactory::getPossibleValuesForFieldAndObject | ( | ilBiblFieldInterface | $field, |
int | $object_id | ||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 37 of file class.ilBiblAttributeFactory.php.
References $data, $res, and ilBiblFieldInterface\getIdentifier().
ilBiblAttributeFactory::sortAttributes | ( | array | $attributes | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 67 of file class.ilBiblAttributeFactory.php.
|
protected |
Definition at line 25 of file class.ilBiblAttributeFactory.php.
|
protected |
Definition at line 24 of file class.ilBiblAttributeFactory.php.
Referenced by __construct().