|
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 ilBiblFieldFactory:
Collaboration diagram for ilBiblFieldFactory:Protected Attributes | |
| ilBiblTypeInterface | $type |
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 | ( | \ilBiblTypeInterface | $type | ) |
ilBiblFieldFactory constructor.
Definition at line 32 of file class.ilBiblFieldFactory.php.
References $type.
| ilBiblFieldFactory::filterAllFieldsForType | ( | ilBiblTypeInterface | $type, |
| ilBiblTableQueryInfoInterface | $queryInfo = null |
||
| ) |
@inheritDoc
Implements ilBiblFieldFactoryInterface.
Definition at line 128 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 137 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 83 of file class.ilBiblFieldFactory.php.
References $type, 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 146 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 167 of file class.ilBiblFieldFactory.php.
References $DIC, ilBiblFieldInterface\getDataType(), ilBiblFieldInterface\getPosition(), ilBiblFieldInterface\store(), and ilBiblField\TABLE_NAME.
Here is the call graph for this function:
|
private |
Definition at line 213 of file class.ilBiblFieldFactory.php.
References $type, and 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 105 of file class.ilBiblFieldFactory.php.
References $d, $data, $DIC, and findOrCreateFieldByTypeAndIdentifier().
Here is the call graph for this function:
|
private |
Definition at line 219 of file class.ilBiblFieldFactory.php.
References $type, 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 68 of file class.ilBiblFieldFactory.php.
References getARInstance().
Here is the call graph for this function:
|
private |
| ilBiblFieldInterface | $field |
Definition at line 201 of file class.ilBiblFieldFactory.php.
References $data, $DIC, $res, ilBiblFieldInterface\getDataType(), and ilBiblField\TABLE_NAME.
Here is the call graph for this function:| ilBiblFieldFactory::getType | ( | ) |
Implements ilBiblFieldFactoryInterface.
Definition at line 41 of file class.ilBiblFieldFactory.php.
References $type.
Referenced by findOrCreateFieldByTypeAndIdentifier().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilBiblFieldFactory.php.
Referenced by __construct(), findOrCreateFieldByTypeAndIdentifier(), getARInstance(), getCollectionForFilter(), and getType().