VuFind API Documentation

LayerInterface

Cover layer interface

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

render()  : void
Render the layer

Methods

render()

Render the layer

public render(resource $im, array<string|int, mixed> $details, object $settings) : void
Parameters
$im : resource

Image resource to draw on

$details : array<string|int, mixed>

Cover details array (with title/author/call_number)

$settings : object

Settings object

Return values
void

Search results