VuFind API Documentation

SecureDelegatorFactory
in package
implements DelegatorFactoryInterface

Secure session delegator factory

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

author

Sebastian Kehr kehr@ub.uni-leipzig.de

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()  : SecureDelegator
Invokes this factory.
delegate()  : HandlerInterface
Creates the delegating session handler

Methods

__invoke()

Invokes this factory.

public __invoke(ContainerInterface $container, string $name, callable $callback[, array<string|int, mixed>|null $options = null ]) : SecureDelegator
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
SecureDelegator

Search results