into() public method

Get a remote connection instance.
public into ( string | array | mixed $name ) : Collective\Remote\ConnectionInterface
$name string | array | mixed
return Collective\Remote\ConnectionInterface
 /**
  * Get a remote connection instance.
  *
  * @param string|array|mixed $name
  * @return \Collective\Remote\ConnectionInterface 
  * @static 
  */
 public static function into($name)
 {
     return \Collective\Remote\RemoteManager::into($name);
 }