Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function write($data)
 {
     if (!$this->writer) {
         throw new \LogicException('Start writer first');
     }
     $this->writer->writeRaw($data);
 }