GetLanguages
in package
implements
MiddlewareInterface
Returns locale json file for a specific language and namespace.
Interfaces, Classes, Traits and Enums
- MiddlewareInterface
Table of Contents
- $registry : Horde_Registry
- $responseFactory : ResponseFactoryInterface
- $streamFactory : StreamFactoryInterface
- __construct() : mixed
- process() : ResponseInterface
Properties
$registry
protected
Horde_Registry
$registry
$responseFactory
protected
ResponseFactoryInterface
$responseFactory
$streamFactory
protected
StreamFactoryInterface
$streamFactory
Methods
__construct()
public
__construct(ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory, Horde_Registry $registry) : mixed
Parameters
- $responseFactory : ResponseFactoryInterface
- $streamFactory : StreamFactoryInterface
- $registry : Horde_Registry
Return values
mixed —process()
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface