]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/streams/class_Streamable.php
Renamed 'stacker' -> 'stack'
[core.git] / inc / classes / interfaces / streams / class_Streamable.php
index 71ee8eb88dd9e236c9a92d7b6f7b0376002474f8..1e735a05d922184959f804b21f2803e336ec0e3d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface Streamable extends FrameworkInterface {
+       /**
+        * Streams the data and maybe does something to it
+        *
+        * @param       $data   The data (string mostly) to "stream"
+        * @return      $data   The data (string mostly) to "stream"
+        */
+       function streamData ($data);
 }
 
 // [EOF]