VuFind API Documentation

IlsStatusMonitor
in package
implements ContentBlockInterface

Abstract base content block.

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

ContentBlockInterface
Content block interface

Table of Contents

$target  : string
Target selector for status message.
getContext()  : array<string|int, mixed>
Return context variables used for rendering the block's template.
setConfig()  : void
Store the configuration of the content block.

Properties

$target

Target selector for status message.

protected string $target = '.searchHomeContent'

Methods

getContext()

Return context variables used for rendering the block's template.

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

setConfig()

Store the configuration of the content block.

public setConfig(string $settings) : void
Parameters
$settings : string

Settings from searches.ini.

Return values
void

Search results