VuFind API Documentation

Feedback extends AbstractHelper
in package

This is a helper that lets the layout know whether or not to include the feedback tab

Tags
category

VuFind

author

Josiah Knoll jk1135@ship.edu

license

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

link

Wiki

Table of Contents

$tab  : bool
Is the tab enabled?
__construct()  : mixed
Constructor
tabEnabled()  : bool
This will retrieve the config for whether or not the tab is enabled.

Properties

$tab

Is the tab enabled?

protected bool $tab

Methods

__construct()

Constructor

public __construct([bool $enabled = true ]) : mixed
Parameters
$enabled : bool = true

Is the tab enabled?

Return values
mixed

tabEnabled()

This will retrieve the config for whether or not the tab is enabled.

public tabEnabled() : bool
Return values
bool

Search results