Interface OutputStreamer has no longer assignVariable()
[core.git] / inc / classes / interfaces / io / output / class_OutputStreamer.php
index a6a2109e3f9b7a19d30cd154da93ecd643d90f7f..7fd9c0eb1f9b2e512382640a1616820f84fc3eae 100644 (file)
  * 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
         *