VuFind API Documentation

UserTags extends AbstractHelper
in package

Tag 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

Wiki

Table of Contents

$listMode  : string
List tag mode (enabled or disabled)
$mode  : string
Tag mode (enabled or disabled)
__construct()  : mixed
Constructor
getListMode()  : string
Get list mode
getMode()  : string
Get mode

Properties

$listMode

List tag mode (enabled or disabled)

protected string $listMode

$mode

Tag mode (enabled or disabled)

protected string $mode

Methods

__construct()

Constructor

public __construct([string $mode = 'enabled' ][, string $listMode = 'disabled' ]) : mixed
Parameters
$mode : string = 'enabled'

Tag mode (enabled or disabled)

$listMode : string = 'disabled'

List tag mode (enabled or disabled)

Return values
mixed

getListMode()

Get list mode

public getListMode() : string
Return values
string

getMode()

Get mode

public getMode() : string
Return values
string

Search results