Exemplo n.º 1
0
 /**
  * Check if the Sentinel is still responding
  * @param string $name
  * @return mixed
  */
 public function ping()
 {
     return $this->_client->ping();
 }