Box\Spout\Writer\AbstractWriter::addRowToWriter PHP Метод

addRowToWriter() абстрактный защищенный Метод

Adds data to the currently openned writer.
abstract protected addRowToWriter ( array $dataRow, Style $style ) : void
$dataRow array Array containing data to be streamed. Example $dataRow = ['data1', 1234, null, '', 'data5'];
$style Box\Spout\Writer\Style\Style Style to be applied to the written row
Результат void
    protected abstract function addRowToWriter(array $dataRow, $style);