VuFind API Documentation

Channels
in package
implements RelatedInterface

Related Records: Link to Channels

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

Interfaces, Classes, Traits and Enums

RelatedInterface
Related Records Interface

Table of Contents

$driver  : AbstractBase
Record driver
getDriver()  : array<string|int, mixed>
Get the current record driver.
init()  : void
Establishes base settings for making recommendations.

Properties

Methods

getDriver()

Get the current record driver.

public getDriver() : array<string|int, mixed>
Return values
array<string|int, mixed>

init()

Establishes base settings for making recommendations.

public init(string $settings, AbstractBase $driver) : void
Parameters
$settings : string

Settings from config.ini

$driver : AbstractBase

Record driver object

Return values
void

Search results