* @category Horde * @deprecated Use Horde_Stream_Wrapper_Combine::getStream() * @copyright 2009-2016 Horde LLC * @license http://www.horde.org/licenses/bsd BSD * @package Stream_Wrapper */ interface Horde_Stream_Wrapper_CombineStream { /** * Return a reference to the data. * * @return array */ public function getData(); }