VuFind API Documentation

Factory
in package
implements FactoryInterface

Factory for instantiating SMS objects

Tags
category

VuFind

author

Ronan McHugh vufind-tech@lists.sourceforge.net

license

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

link

Wiki

codeCoverageIgnore

Interfaces, Classes, Traits and Enums

FactoryInterface

Table of Contents

__invoke()  : SMSInterface
Create service

Methods

__invoke()

Create service

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

Service manager

$name : string

Requested service name (unused)

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

Extra options (unused)

Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

Return values
SMSInterface

Search results