dumpLine() 보호된 메소드

protected dumpLine ( $depth, $endOfValue = false )
예제 #1
0
파일: HtmlDumper.php 프로젝트: cawaphp/cawa
 /**
  * {@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);
 }