VuFind API Documentation

Module
in package

Code module for the core of the VuFind application

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link
https://vufind.org

Table of Contents

getAutoloaderConfig()  : array<string|int, mixed>
Get autoloader configuration
getConfig()  : array<string|int, mixed>
Get module configuration
onBootstrap()  : void
Bootstrap the module

Methods

getAutoloaderConfig()

Get autoloader configuration

public getAutoloaderConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>

getConfig()

Get module configuration

public getConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>

onBootstrap()

Bootstrap the module

public onBootstrap(MvcEvent $e) : void
Parameters
$e : MvcEvent

Event

Return values
void

Search results