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

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