VuFind API Documentation

BackendInterface
in

Search backend interface definition.

Tags
category

VuFind

author

David Maus maus@hab.de

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link
https://vufind.org

Table of Contents

getIdentifier()  : string
Return backend identifier.
retrieve()  : RecordCollectionInterface
Retrieve a single document.
search()  : RecordCollectionInterface
Perform a search and return record collection.
setIdentifier()  : void
Set the backend identifier.

Methods

getIdentifier()

Return backend identifier.

public getIdentifier() : string
Return values
string

setIdentifier()

Set the backend identifier.

public setIdentifier(string $identifier) : void
Parameters
$identifier : string

Backend identifier

Return values
void

Search results