1 <?php 2 /** 3 * Copyright 2009-2017 Horde LLC (http://www.horde.org/) 4 * 5 * See the enclosed file LICENSE for license information (BSD). If you 6 * did not receive this file, see http://www.horde.org/licenses/bsd. 7 * 8 * @category Horde 9 * @copyright 2009-2017 Horde LLC 10 * @license http://www.horde.org/licenses/bsd BSD 11 * @package Stream_Wrapper 12 */ 13 14 /** 15 * Provides access to the CombineStream stream wrapper. 16 * 17 * @author Michael Slusarz <slusarz@horde.org> 18 * @category Horde 19 * @deprecated Use Horde_Stream_Wrapper_Combine::getStream() 20 * @copyright 2009-2016 Horde LLC 21 * @license http://www.horde.org/licenses/bsd BSD 22 * @package Stream_Wrapper 23 */ 24 interface Horde_Stream_Wrapper_CombineStream 25 { 26 /** 27 * Return a reference to the data. 28 * 29 * @return array 30 */ 31 public function getData(); 32 } 33
title
Description
Body
title
Description
Body
title
Description
Body
title
Body