Documentation

InMemoryTransportFactory
in package
implements TransportFactoryInterface, ResetInterface

Tags
author

Gary PEGEOT garypegeot@gmail.com

Table of Contents

Interfaces

TransportFactoryInterface
Creates a Messenger transport.
ResetInterface
Provides a way to reset an object to its initial state.

Properties

$createdTransports  : array<string|int, InMemoryTransport>

Methods

createTransport()  : TransportInterface
reset()  : mixed
supports()  : bool
parseDsn()  : array<string|int, mixed>

Properties

Methods

supports()

public supports(string $dsn, array<string|int, mixed> $options) : bool
Parameters
$dsn : string
$options : array<string|int, mixed>
Return values
bool

parseDsn()

private parseDsn(string $dsn) : array<string|int, mixed>
Parameters
$dsn : string
Return values
array<string|int, mixed>

        
On this page

Search results