VuFind API Documentation

Holdings extends AbstractHelper
in package

View helper to support ILS holdings display

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Wiki

Table of Contents

$config  : array<string|int, mixed>
Configuration
__construct()  : mixed
Constructor
holdingIsVisible()  : bool
Is the provided holdings array (from an ILS driver's getHolding method) suitable for display to the end user?

Properties

$config

Configuration

protected array<string|int, mixed> $config

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>

Configuration

Return values
mixed

holdingIsVisible()

Is the provided holdings array (from an ILS driver's getHolding method) suitable for display to the end user?

public holdingIsVisible(array<string|int, mixed> $holding) : bool
Parameters
$holding : array<string|int, mixed>

Holding to evaluate

Return values
bool

Search results