ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 (protected \ilBiblFieldFactoryInterface $field_factory) | |
getPossibleValuesForFieldAndObject (ilBiblFieldInterface $field, int $object_id) | |
getAttributesForEntry (ilBiblEntryInterface $entry) | |
sortAttributesArray (array $attributes) | |
sortAttributes (array $attributes) | |
createAttribute (string $name, string $value, int $entry_id) | |
Protected Attributes | |
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 23 of file class.ilBiblAttributeFactory.php.
ilBiblAttributeFactory::__construct | ( | protected \ilBiblFieldFactoryInterface | $field_factory | ) |
ilBiblAttributeFactory::createAttribute | ( | string | $name, |
string | $value, | ||
int | $entry_id | ||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 100 of file class.ilBiblAttributeFactory.php.
ilBiblAttributeFactory::getAttributesForEntry | ( | ilBiblEntryInterface | $entry | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 58 of file class.ilBiblAttributeFactory.php.
References ilBiblEntryInterface\getId(), and ActiveRecord\where().
ilBiblAttributeFactory::getPossibleValuesForFieldAndObject | ( | ilBiblFieldInterface | $field, |
int | $object_id | ||
) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 36 of file class.ilBiblAttributeFactory.php.
References $data, $q, $res, and ilBiblFieldInterface\getIdentifier().
ilBiblAttributeFactory::sortAttributes | ( | array | $attributes | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 75 of file class.ilBiblAttributeFactory.php.
ilBiblAttributeFactory::sortAttributesArray | ( | array | $attributes | ) |
Implements ilBiblAttributeFactoryInterface.
Definition at line 63 of file class.ilBiblAttributeFactory.php.
|
protected |
Definition at line 25 of file class.ilBiblAttributeFactory.php.