Exemplo n.º 1
0
 /**
  * Stop timing the current command and write the elapsed time to the
  * output.
  *
  * @return void
  */
 public function endCommandTimer()
 {
     $this->adapter->endCommandTimer();
 }