Overview

Packages

  • Stream
    • Wrapper

Classes

  • Horde_Stream_Wrapper_Combine
  • Horde_Stream_Wrapper_String

Interfaces

  • Horde_Stream_Wrapper_CombineStream
  • Horde_Stream_Wrapper_StringStream
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Copyright 2007-2012 Horde LLC (http://www.horde.org/)
 4:  *
 5:  * @author   Chuck Hagenbuch <chuck@horde.org>
 6:  * @license  http://www.horde.org/licenses/bsd BSD
 7:  * @category Horde
 8:  * @package  Stream_Wrapper
 9:  */
10: 
11: /**
12:  * @author   Chuck Hagenbuch <chuck@horde.org>
13:  * @license  http://www.horde.org/licenses/bsd BSD
14:  * @category Horde
15:  * @package  Stream_Wrapper
16:  */
17: interface Horde_Stream_Wrapper_StringStream
18: {
19:     /**
20:      * Return a reference to the wrapped string.
21:      *
22:      * @return string
23:      */
24:     public function &getString();
25: }
26: 
API documentation generated by ApiGen