isConnected() public method

public isConnected ( )
Beispiel #1
0
 /**
  * Tells if connection is established
  *
  * @return bool Success
  */
 public function isConnected()
 {
     return $this->connectionManager->isConnected();
 }