connection() публичный Метод

Get a remote connection instance.
public connection ( string | array $name = null ) : Collective\Remote\ConnectionInterface
$name string | array
Результат Collective\Remote\ConnectionInterface
Пример #1
0
 /**
  * Get a remote connection instance.
  *
  * @param string|array $name
  * @return \Collective\Remote\ConnectionInterface 
  * @static 
  */
 public static function connection($name = null)
 {
     return \Collective\Remote\RemoteManager::connection($name);
 }