VuFind API Documentation

QRCodeController extends AbstractActionController
in package

Generates qrcodes

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

author

Luke O'Sullivan l.osullivan@swansea.ac.uk

license

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

link

Main Page

Table of Contents

$loader  : Loader
QR Code loader
$sessionSettings  : Settings
Session settings
__construct()  : mixed
Constructor
showAction()  : Response
Send QRCode data for display in the view
unavailableAction()  : Response
Return the default 'qrcode not found' information
displayQRCode()  : Response
Support method -- update the view to display the qrcode currently found in the \VuFind\QRCode\Loader.

Properties

Methods

showAction()

Send QRCode data for display in the view

public showAction() : Response
Return values
Response

unavailableAction()

Return the default 'qrcode not found' information

public unavailableAction() : Response
Return values
Response

displayQRCode()

Support method -- update the view to display the qrcode currently found in the \VuFind\QRCode\Loader.

protected displayQRCode() : Response
Return values
Response

Search results