VuFind API Documentation

AbstractConfig
in package

MapTab Configuration Class

Tags
category

VuFind

author

Leila Gonzales lmg@agiweb.org

license

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

link

Wiki

Table of Contents

$configLoader  : PluginManager
Configuration loader
__construct()  : mixed
Constructor
getOptions()  : array<string|int, mixed>
Convert a config object to an options array; return empty array if configuration is missing or incomplete.

Properties

Methods

getOptions()

Convert a config object to an options array; return empty array if configuration is missing or incomplete.

protected getOptions(string $configName, string $section, array<string|int, mixed> $validOptions) : array<string|int, mixed>
Parameters
$configName : string

Name of config file to read

$section : string

Name of section to read

$validOptions : array<string|int, mixed>

List of valid fields to read

Return values
array<string|int, mixed>

Search results