getTime() public method

public getTime ( ) : float
return float
コード例 #1
0
 /**
  * @return NULL|float ms
  */
 public function getElapsedTime()
 {
     return $this->result->getTime();
 }