Stacker classes/interface/exceptions (FiFoStacker is not completed, will follow soon...
[core.git] / inc / classes / interfaces / io / output / class_OutputStreamer.php
index 767812174687c1f09e2b217b90f1bdffb0c8b724..029bb3abe64699b8c268601da1d195648526b6bb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 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 OutputStreamer extends Streamable {
-       /**
-        * Assigns a variable for output
-        *
-        * @param       $var    The variable we shall assign
-        * @param       $value  The value to store in the variable
-        * @return      void
-        */
-       function assignVariable ($var, $value);
-
        /**
         * Output the code
         *
@@ -39,5 +30,5 @@ interface OutputStreamer extends Streamable {
        function output ($outStream = false);
 }
 
-//
+// [EOF]
 ?>