VuFind API Documentation

FavoritesServiceFactory
in package
implements FactoryInterface

Favorites service

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Main Page

codeCoverageIgnore

Interfaces, Classes, Traits and Enums

FactoryInterface

Table of Contents

__invoke()  : FavoritesService
Create service

Methods

__invoke()

Create service

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

Service container

$name : string

Requested service name (unused)

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

Extra options (unused)

Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

Return values
FavoritesService

Search results