Ejemplo n.º 1
0
 /**
  * Does this setup support php streaming?
  *
  * @return bool
  */
 protected function supportsStreams()
 {
     return $this->input->supportsStreams() && $this->output->supportsStreams();
 }