Beispiel #1
0
 protected function emit(\Plop\RecordInterface $record)
 {
     if (!$this->stream) {
         $this->stream = $this->open();
     }
     parent::emit($record);
 }
Beispiel #2
0
 public function emitStub(\Plop\RecordInterface $record)
 {
     return parent::emit($record);
 }