Exemplo n.º 1
0
 /**
  * Flush the buffer (if any) and write profiler(s).
  */
 public function flush()
 {
     if (is_null($this->socket)) {
         $this->openSocket();
     }
     parent::flush();
 }
Exemplo n.º 2
0
 /**
  * Flush the buffer (if any) and write profiler(s).
  */
 public function flush()
 {
     echo '<div style="border: 1px black solid; background-color: #EAEAEA; padding: 10px; margin: 5px; color: black;">';
     parent::flush();
     echo '</div>';
 }