示例#1
0
文件: File.php 项目: erebot/plop
 protected function emit(\Plop\RecordInterface $record)
 {
     if (!$this->stream) {
         $this->stream = $this->open();
     }
     parent::emit($record);
 }
示例#2
0
文件: Stream.php 项目: erebot/plop
 public function emitStub(\Plop\RecordInterface $record)
 {
     return parent::emit($record);
 }