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

Get the default connection name.
public getDefaultConnection ( ) : string
Результат string
Пример #1
0
 /**
  * Get the default connection name.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultConnection()
 {
     return \Collective\Remote\RemoteManager::getDefaultConnection();
 }