D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
cwd
/
www
/
vendor
/
livewire
/
livewire
/
src
/
Features
/
SupportStreaming
/
Filename :
HandlesStreaming.php
back
Copy
<?php namespace Livewire\Features\SupportStreaming; use Livewire\ComponentHookRegistry; trait HandlesStreaming { function stream($to, $content, $replace = false) { $hook = ComponentHookRegistry::getHook($this, SupportStreaming::class); $hook->stream($to, $content, $replace); } }