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 ...@@ -116,16 +116,9 @@ class Holds extends \VuFind\ILS\Logic\Holds
} }
/** /**
* Public method for getting item holdings from the catalog and selecting which *@inheritDoc
* 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
*/ */
public function getHoldings($id, $ids = null) public function getHoldings($id, $ids = null, $options = [])
{ {
$holdings = []; $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