Beispiel #1
0
 /**
  * @param ResultWrapper $resultset
  */
 protected function outputLogStream($resultset)
 {
     foreach ($resultset as $row) {
         $output = $this->writer->writeLogItem($row);
         $this->sink->writeLogItem($row, $output);
     }
 }
 /**
  * @param string $string
  */
 function writeCloseStream($string)
 {
     parent::writeCloseStream($string);
     if ($this->handle) {
         fclose($this->handle);
         $this->handle = false;
     }
 }
 /**
  * @return array
  */
 function getFilenames()
 {
     return $this->sink->getFilenames();
 }