PHP Класс Amp\Artax\IteratorWriter

Наследование: implements Amp\Artax\Writer
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Amp\Artax\WriterFactory $writerFactory = null )
write ( resource $socket, mixed $iterator ) : Amp\Promise Write iterator content to the socket.

Приватные методы

Метод Описание
afterElementWrite ( Exception $error = null, $result = null )
finalizeEventualWriteElement ( $current )
writeNextElement ( )

Описание методов

__construct() публичный метод

public __construct ( Amp\Artax\WriterFactory $writerFactory = null )
$writerFactory Amp\Artax\WriterFactory

write() публичный метод

Write iterator content to the socket.
public write ( resource $socket, mixed $iterator ) : Amp\Promise
$socket resource
$iterator mixed
Результат Amp\Promise