dumpLine() protected method

protected dumpLine ( $depth, $endOfValue = false )
Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function dumpLine($depth, $endOfValue = false)
 {
     if (-1 === $this->lastDepth && isset($_SERVER['REQUEST_TIME_FLOAT'])) {
         $this->dumpPrefix = $this->originalDumpPrefix . $this->prefix() . '<br />';
     }
     parent::dumpLine($depth, $endOfValue);
 }