ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBiblFieldFilterFactory. More...
Public Member Functions | |
findById ($id) | |
findByFieldId ($id) | |
getAllForObjectId ($obj_id) | |
filterItemsForTable ($obj_id, ilBiblTableQueryInfoInterface $info) | |
getByObjectIdAndField (ilBiblFieldInterface $field, $object_id) | |
Class ilBiblFieldFilterFactory.
Definition at line 8 of file class.ilBiblFieldFilterFactory.php.
ilBiblFieldFilterFactory::filterItemsForTable | ( | $obj_id, | |
ilBiblTableQueryInfoInterface | $info | ||
) |
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 41 of file class.ilBiblFieldFilterFactory.php.
References $list, ilBiblTableQueryInfoInterface\getLimit(), ilBiblTableQueryInfoInterface\getOffset(), ilBiblTableQueryInfoInterface\getSortingColumn(), ilBiblTableQueryInfoInterface\getSortingDirection(), and ActiveRecord\where().
ilBiblFieldFilterFactory::findByFieldId | ( | $id | ) |
Definition at line 23 of file class.ilBiblFieldFilterFactory.php.
References $id, and ActiveRecord\where().
ilBiblFieldFilterFactory::findById | ( | $id | ) |
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 14 of file class.ilBiblFieldFilterFactory.php.
References $id, and ActiveRecord\findOrFail().
ilBiblFieldFilterFactory::getAllForObjectId | ( | $obj_id | ) |
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 32 of file class.ilBiblFieldFilterFactory.php.
References ActiveRecord\where().
ilBiblFieldFilterFactory::getByObjectIdAndField | ( | ilBiblFieldInterface | $field, |
$object_id | |||
) |
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 54 of file class.ilBiblFieldFilterFactory.php.
References $list, ilBiblFieldInterface\getId(), and ActiveRecord\where().