VuFind API Documentation

SyndeticsPlus extends AbstractHelper
in package

SyndeticsPlus view helper

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

$config  : mixed
Syndetics configuration
__construct()  : mixed
Constructor
getScript()  : string
Get the SyndeticsPlus Javascript loader.
isActive()  : bool
Is SyndeticsPlus active?

Properties

$config

Syndetics configuration

protected mixed $config

\Laminas\Config\Config

Methods

__construct()

Constructor

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

Syndetics configuration (should contain 'plus' boolean value (true if Syndetics Plus is enabled) and 'plus_id' string value (Syndetics Plus user ID). If these values are absent, SyndeticsPlus will be disabled.

Return values
mixed

getScript()

Get the SyndeticsPlus Javascript loader.

public getScript() : string
Return values
string

isActive()

Is SyndeticsPlus active?

public isActive() : bool
Return values
bool

Search results