]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/streams/output/class_OutputStreamable.php
Reverted last commit, better use filter pattern?!
[core.git] / inc / classes / interfaces / streams / output / class_OutputStreamable.php
index b2844b03d8542998e6e99ed1ae6b2023093cbbd9..dc9b9995b1c970a00278039c01edfc75da880f1f 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface OutputStreamable extends FrameworkInterface {
-       /**
-        * Streams the data and maybe does something to it
-        *
-        * @param       $data                           The data (string mostly) to "stream"
-        * @param       $handlerInstance        An instance of a Networkable class
-        * @return      $data                           The data (string mostly) to "stream"
-        */
-       function streamNetworkData ($data, Networkable $handlerInstance);
+interface OutputStreamable extends Streamable {
 }
 
 // [EOF]