|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblFieldFactory:
Collaboration diagram for ilBiblFieldFactory:Private Member Functions | |
| getNextFreePosition (ilBiblFieldInterface $field) | |
| getARInstance (int $type, string $identifier) | |
| getCollectionForFilter (ilBiblTypeInterface $type, ?ilBiblTableQueryInfoInterface $queryInfo=null) | |
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 ilBiblFieldFactory
Definition at line 24 of file class.ilBiblFieldFactory.php.
| ilBiblFieldFactory::__construct | ( | protected \ilBiblTypeInterface | $type | ) |
ilBiblFieldFactory constructor.
Definition at line 29 of file class.ilBiblFieldFactory.php.
| ilBiblFieldFactory::filterAllFieldsForType | ( | ilBiblTypeInterface | $type, |
| ?ilBiblTableQueryInfoInterface | $queryInfo = null |
||
| ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 124 of file class.ilBiblFieldFactory.php.
References getCollectionForFilter().
Here is the call graph for this function:| ilBiblFieldFactory::filterAllFieldsForTypeAsArray | ( | ilBiblTypeInterface | $type, |
| ?ilBiblTableQueryInfoInterface | $queryInfo = null |
||
| ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 133 of file class.ilBiblFieldFactory.php.
References getCollectionForFilter().
Here is the call graph for this function:| ilBiblFieldFactory::findOrCreateFieldByTypeAndIdentifier | ( | int | $type, |
| string | $identifier | ||
| ) |
| int | $type | MUST be ilBiblTypeFactoryInterface::DATA_TYPE_RIS or ilBiblTypeFactoryInterface::DATA_TYPE_BIBTEX |
ilException if a wrong $type is passed
Implements ilBiblFieldFactoryInterface.
Definition at line 79 of file class.ilBiblFieldFactory.php.
References getARInstance(), and getType().
Referenced by getAvailableFieldsForObjId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblFieldFactory::findOrCreateFieldOfAttribute | ( | ilBiblAttributeInterface | $attribute | ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 142 of file class.ilBiblFieldFactory.php.
References ilBiblAttributeInterface\getName(), and ActiveRecord\where().
Here is the call graph for this function:| ilBiblFieldFactory::forcePosition | ( | ilBiblFieldInterface | $field | ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 163 of file class.ilBiblFieldFactory.php.
References $DIC, $q, ilBiblFieldInterface\getDataType(), ilBiblFieldInterface\getPosition(), ilBiblFieldInterface\store(), and ilBiblField\TABLE_NAME.
Here is the call graph for this function:
|
private |
Definition at line 209 of file class.ilBiblFieldFactory.php.
References ActiveRecord\where().
Referenced by findOrCreateFieldByTypeAndIdentifier(), and getFieldByTypeAndIdentifier().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblFieldFactory::getAvailableFieldsForObjId | ( | int | $obj_id | ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 101 of file class.ilBiblFieldFactory.php.
References Vendor\Package\$d, $data, $DIC, and findOrCreateFieldByTypeAndIdentifier().
Here is the call graph for this function:
|
private |
Definition at line 215 of file class.ilBiblFieldFactory.php.
References ActiveRecord\getCollection(), and ilBiblTypeInterface\getId().
Referenced by filterAllFieldsForType(), and filterAllFieldsForTypeAsArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBiblFieldFactory::getFieldByTypeAndIdentifier | ( | int | $type, |
| string | $identifier | ||
| ) |
| int | $type | MUST be ilBiblTypeFactoryInterface::DATA_TYPE_RIS or ilBiblTypeFactoryInterface::DATA_TYPE_BIBTEX |
ilException if a wrong $type is passed or field is not found
@noinspection PhpIncompatibleReturnTypeInspection
Implements ilBiblFieldFactoryInterface.
Definition at line 64 of file class.ilBiblFieldFactory.php.
References getARInstance().
Here is the call graph for this function:
|
private |
| ilBiblFieldInterface | $field |
Definition at line 197 of file class.ilBiblFieldFactory.php.
References $data, $DIC, $q, $res, ilBiblFieldInterface\getDataType(), and ilBiblField\TABLE_NAME.
Here is the call graph for this function:| ilBiblFieldFactory::getType | ( | ) |
Implements ilBiblFieldFactoryInterface.
Definition at line 37 of file class.ilBiblFieldFactory.php.
Referenced by findOrCreateFieldByTypeAndIdentifier().
Here is the caller graph for this function: