classe Connection (Voir la source)

Méthodes

__construct(array $config)

Configuration of worker connection

static 
pushConnection(string $name, string $classname)

Push the new connection support in connectors managment

setConnection(string $connection)

Set connection

getAdapter()

Get the define adapter

mixed
__call(string $name, array $arguments)

__call

Détails

QueueAdapter __construct(array $config)

Configuration of worker connection

Paramètres

array $config

Valeur de retour

QueueAdapter

static pushConnection(string $name, string $classname)

Push the new connection support in connectors managment

Paramètres

string $name
string $classname

setConnection(string $connection)

Set connection

Paramètres

string $connection

QueueAdapter getAdapter()

Get the define adapter

Valeur de retour

QueueAdapter

mixed __call(string $name, array $arguments)

__call

Paramètres

string $name
array $arguments

Valeur de retour

mixed