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