ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 ilBiblTableQueryInfoInterface\getLimit(), ilBiblTableQueryInfoInterface\getOffset(), ilBiblTableQueryInfoInterface\getSortingColumn(), ilBiblTableQueryInfoInterface\getSortingDirection(), and ActiveRecord\where().
ilBiblFieldFilterFactory::findByFieldId | ( | $id | ) |
Definition at line 23 of file class.ilBiblFieldFilterFactory.php.
References ActiveRecord\where().
ilBiblFieldFilterFactory::findById | ( | $id | ) |
Implements ilBiblFieldFilterFactoryInterface.
Definition at line 14 of file class.ilBiblFieldFilterFactory.php.
References 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 ilBiblFieldInterface\getId(), and ActiveRecord\where().