|
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 ilBiblFieldFilterFactory:
Collaboration diagram for ilBiblFieldFilterFactory:Public Member Functions | |
| findById (int $id) | |
| @inheritDoc More... | |
| findByFieldId (int $id) | |
| @inheritDoc More... | |
| getAllForObjectId (int $obj_id) | |
| @inheritDoc More... | |
| filterItemsForTable (int $obj_id, ilBiblTableQueryInfoInterface $info) | |
| @inheritDoc More... | |
| getByObjectIdAndField (ilBiblFieldInterface $field, int $object_id) | |
| @inheritDoc More... | |
| findById (int $id) | |
| getAllForObjectId (int $obj_id) | |
| filterItemsForTable (int $obj_id, ilBiblTableQueryInfoInterface $info) | |
| getByObjectIdAndField (ilBiblFieldInterface $field, int $object_id) | |
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 ilBiblFieldFilterFactory
Definition at line 24 of file class.ilBiblFieldFilterFactory.php.
| ilBiblFieldFilterFactory::filterItemsForTable | ( | int | $obj_id, |
| ilBiblTableQueryInfoInterface | $info | ||
| ) |
@inheritDoc
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 58 of file class.ilBiblFieldFilterFactory.php.
References ilBiblTableQueryInfoInterface\getLimit(), ilBiblTableQueryInfoInterface\getOffset(), ilBiblTableQueryInfoInterface\getSortingColumn(), ilBiblTableQueryInfoInterface\getSortingDirection(), and ActiveRecord\where().
Here is the call graph for this function:| ilBiblFieldFilterFactory::findByFieldId | ( | int | $id | ) |
@inheritDoc
@noinspection PhpIncompatibleReturnTypeInspection
Definition at line 39 of file class.ilBiblFieldFilterFactory.php.
References $id, and ActiveRecord\where().
Here is the call graph for this function:| ilBiblFieldFilterFactory::findById | ( | int | $id | ) |
@inheritDoc
@noinspection PhpIncompatibleReturnTypeInspection
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 29 of file class.ilBiblFieldFilterFactory.php.
References $id, and ActiveRecord\findOrFail().
Here is the call graph for this function:| ilBiblFieldFilterFactory::getAllForObjectId | ( | int | $obj_id | ) |
@inheritDoc
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 49 of file class.ilBiblFieldFilterFactory.php.
References ActiveRecord\where().
Here is the call graph for this function:| ilBiblFieldFilterFactory::getByObjectIdAndField | ( | ilBiblFieldInterface | $field, |
| int | $object_id | ||
| ) |
@inheritDoc
@noinspection PhpIncompatibleReturnTypeInspection
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 71 of file class.ilBiblFieldFilterFactory.php.
References ilBiblFieldInterface\getId(), and ActiveRecord\where().
Here is the call graph for this function: