Example #1
0
 public function endOfBuffering(BaseEvent $event)
 {
     if (isset($this->level)) {
         if ($this->level) {
             $this->outputHandler->obEnd();
         }
     }
 }