X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fio%2Foutput%2Fclass_OutputStreamer.php;h=7fd9c0eb1f9b2e512382640a1616820f84fc3eae;hp=a6a2109e3f9b7a19d30cd154da93ecd643d90f7f;hb=e8eb1c976c2b0de3e8e6de395a3e38dd70b5fb17;hpb=4e22287c2a440ded1bd9fb1c9908a19ec710c4d1 diff --git a/inc/classes/interfaces/io/output/class_OutputStreamer.php b/inc/classes/interfaces/io/output/class_OutputStreamer.php index a6a2109e..7fd9c0eb 100644 --- a/inc/classes/interfaces/io/output/class_OutputStreamer.php +++ b/inc/classes/interfaces/io/output/class_OutputStreamer.php @@ -22,15 +22,6 @@ * along with this program. If not, see . */ 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 *