Function CMS_Spreadsheet_Writer->_write_row
Definitions
sources/files_spreadsheets_write.php
- Write spreadsheet row.
- Visibility: protected
- Is abstract?: Yes
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$row | array | No | No | required parameter | N/A | N/A | Row |
Preview
Code (PHP)
/**
* Write spreadsheet row.
*
* @param array $row Row
*/
abstract protected function _write_row(array $row)
* Write spreadsheet row.
*
* @param array $row Row
*/
abstract protected function _write_row(array $row)