RemoteManager
class RemoteManager (View source)
Methods
void
into(
string|array|mixed $name)
Get a remote connection instance.
connection(
string|array $name = null)
Get a remote connection instance.
group(
string $name)
Get a connection group instance by name.
multiple(
array $names)
Resolve a multiple connection instance.
resolve(
string $name)
Resolve a remote connection instance.
string
getDefaultConnection()
Get the default connection name.
void
setDefaultConnection(
string $name)
Set the default connection name.
mixed
__call(
string $method,
array $parameters)
Dynamically pass methods to the default connection.
Details
at line line 32
ConnectionInterface
into(
string|array|mixed $name)
Get a remote connection instance.
at line line 48
ConnectionInterface
connection(
string|array $name = null)
Get a remote connection instance.
at line line 194
mixed
__call(
string $method,
array $parameters)
Dynamically pass methods to the default connection.