VuFind API Documentation

HoldingsWorldCat extends AbstractBase
in package

Holdings (WorldCat) tab

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

$accessPermission  : string
Permission that must be granted to access this module (null for no restriction)
$driver  : AbstractBase|null
Record driver associated with the tab
$request  : Request|bool
User request associated with the tab (false for none)
$searchService  : Service
Search service
__construct()  : mixed
Constructor
getDescription()  : string
Get the on-screen description for this tab.
getHoldings()  : SimpleXMLElement|bool
Get holdings information from WorldCat (false if none available).
isActive()  : bool
Is this tab active?
isVisible()  : bool
Is this tab initially visible?
setRecordDriver()  : AbstractBase
Set the record driver
setRequest()  : AbstractBase
Set the user request
supportsAjax()  : bool
Can this tab be loaded via AJAX?
getOCLCNum()  : string
Get the OCLC number from the active record driver.
getRecordDriver()  : AbstractBase
Get the record driver
getRequest()  : Request|bool
Get the user request (or false if unavailable)

Properties

$accessPermission

Permission that must be granted to access this module (null for no restriction)

protected string $accessPermission = null

$request

User request associated with the tab (false for none)

protected Request|bool $request = false

Methods

__construct()

Constructor

public __construct(Service $searchService) : mixed
Parameters
$searchService : Service

Search service

Return values
mixed

getDescription()

Get the on-screen description for this tab.

public getDescription() : string
Return values
string

getHoldings()

Get holdings information from WorldCat (false if none available).

public getHoldings() : SimpleXMLElement|bool
Return values
SimpleXMLElement|bool

isActive()

Is this tab active?

public isActive() : bool
Return values
bool

isVisible()

Is this tab initially visible?

public isVisible() : bool
Return values
bool

supportsAjax()

Can this tab be loaded via AJAX?

public supportsAjax() : bool
Return values
bool

getOCLCNum()

Get the OCLC number from the active record driver.

protected getOCLCNum() : string
Return values
string

getRequest()

Get the user request (or false if unavailable)

protected getRequest() : Request|bool
Return values
Request|bool

Search results