Elastica\Cluster\Health::getTimedOut PHP Method

getTimedOut() public method

TODO determine the purpose of this.
public getTimedOut ( ) : boolean
return boolean
    public function getTimedOut()
    {
        return $this->_data['timed_out'];
    }

Usage Example

Example #1
0
 /**
  * @group unit
  */
 public function testGetTimedOut()
 {
     $this->assertFalse($this->_health->getTimedOut());
 }