/**
  * Return all of the created connections.
  *
  * @return object[] 
  * @static 
  */
 public static function getConnections()
 {
     //Method inherited from \GrahamCampbell\Manager\AbstractManager
     return \Websight\L5GoogleClient\GoogleClientManager::getConnections();
 }