[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Stream/Wrapper/ -> StringStream.php (source)

   1  <?php
   2  /**
   3   * Copyright 2007-2014 Horde LLC (http://www.horde.org/)
   4   *
   5   * See the enclosed file COPYING 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 2007-2014 Horde LLC
  10   * @license   http://www.horde.org/licenses/bsd BSD
  11   * @package   Stream_Wrapper
  12   */
  13  
  14  /**
  15   * Provides access to the StringStream stream wrapper.
  16   *
  17   * @author     Chuck Hagenbuch <chuck@horde.org>
  18   * @category   Horde
  19   * @copyright  2007-2014 Horde LLC
  20   * @deprecated Use Horde_Stream_Wrapper_String::getStream()
  21   * @license    http://www.horde.org/licenses/bsd BSD
  22   * @package    Stream_Wrapper
  23   */
  24  interface Horde_Stream_Wrapper_StringStream
  25  {
  26      /**
  27       * Return a reference to the wrapped string.
  28       *
  29       * @return string
  30       */
  31      public function &getString();
  32  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1