printHeader() protected method

protected printHeader ( )
 /**
  * {@inheritdoc}
  */
 protected function printHeader()
 {
     if (!$this->debug) {
         if (!$this->scoreboard->isRunning()) {
             $this->scoreboard->start();
         }
         $this->scoreboard->stop();
     }
     parent::printHeader();
 }
 protected function printHeader()
 {
     parent::printHeader();
 }
示例#3
0
 protected function printHeader()
 {
     $this->write('<span class="stats">');
     parent::printHeader();
     $this->write('</span>');
 }