VuFind API Documentation

IlsAwareDelegatorFactory
in package
implements DelegatorFactoryInterface

ILS aware delegator factory

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

Interfaces, Classes, Traits and Enums

DelegatorFactoryInterface

Table of Contents

__invoke()  : AbstractBase
Invokes this factory.
getIlsBackends()  : array<string|int, string>
Get the ILS backend configuration.

Methods

__invoke()

Invokes this factory.

public __invoke(ContainerInterface $container, string $name, callable $callback[, array<string|int, mixed>|null $options = null ]) : AbstractBase
Parameters
$container : ContainerInterface

Service container

$name : string

Service name

$callback : callable

Service callback

$options : array<string|int, mixed>|null = null

Service options

Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

Return values
AbstractBase

getIlsBackends()

Get the ILS backend configuration.

protected getIlsBackends(ContainerInterface $container) : array<string|int, string>
Parameters
$container : ContainerInterface

Service container

Return values
array<string|int, string>

Search results