VuFind API Documentation

HoldSettings
in package

ILS Hold Settings Class

This class is responsible for determining hold settings for VuFind based on configuration and defaults.

Tags
category

VuFind

author

Andrew S. Nagy vufind-tech@lists.sourceforge.net

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  : Config
ILS configuration
__construct()  : mixed
Constructor
getHoldsMode()  : string
Get Holds Mode
getTitleHoldsMode()  : string
Get Title Holds Mode

Properties

Methods

__construct()

Constructor

public __construct(Config $config) : mixed
Parameters
$config : Config

Configuration representing the [Catalog] section of config.ini

Return values
mixed

getHoldsMode()

Get Holds Mode

public getHoldsMode() : string

This is responsible for returning the holds mode

Return values
string

The Holds mode

getTitleHoldsMode()

Get Title Holds Mode

public getTitleHoldsMode() : string

This is responsible for returning the Title holds mode

Return values
string

The Title Holds mode

Search results