VuFind API Documentation

FallbackLoaderInterface
in

Record fallback loader interface

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Main Site

Table of Contents

load()  : array<string|int, mixed>
Given an array of IDs that failed to load, try to find them using a fallback mechanism.

Methods

load()

Given an array of IDs that failed to load, try to find them using a fallback mechanism.

public load(array<string|int, mixed> $ids) : array<string|int, mixed>
Parameters
$ids : array<string|int, mixed>

IDs to load

Return values
array<string|int, mixed>

Search results