Skip to content
Snippets Groups Projects
Commit 9e60675f authored by Robert Lange's avatar Robert Lange
Browse files

refs #22747 [finc] adapt Holds from VUFIND (#1590) - add options

parent 0c6acb8a
Branches
Tags
No related merge requests found
......@@ -116,16 +116,9 @@ class Holds extends \VuFind\ILS\Logic\Holds
}
/**
* Public method for getting item holdings from the catalog and selecting which
* holding method to call
*
* @param string $id A Bib ID
* @param array $ids A list of Source Records (if catalog is for a consortium)
*
* @return array A sorted results set
* @throws ILSException
*@inheritDoc
*/
public function getHoldings($id, $ids = null)
public function getHoldings($id, $ids = null, $options = [])
{
$holdings = [];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment