Documentation

UploadTemporaryComponent extends Injectable
in package

Table of Contents

Properties

$columnListWithType  : mixed
$header  : mixed
$insertRows  : mixed
$opt  : mixed
$rowsPerInsert  : mixed
$tableName  : mixed
$temporary  : mixed

Methods

__construct()  : mixed
addInsertRow()  : mixed
dropTable()  : mixed
dropTableScript()  : mixed
executeInsert()  : mixed
generateColumnList()  : mixed
insertedRowsCp()  : mixed
insertRows()  : mixed
createTable()  : mixed
formatRow()  : mixed

Properties

Methods

__construct()

public __construct(mixed $tableName, mixed $header[, mixed $opt = [] ][, mixed $temporary = true ]) : mixed
Parameters
$tableName : mixed
$header : mixed
$opt : mixed = []
$temporary : mixed = true

dropTableScript()

public dropTableScript([mixed $tableName = null ]) : mixed
Parameters
$tableName : mixed = null

insertRows()

public insertRows(mixed $rows[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$rows : mixed
$options : array<string|int, mixed> = []

formatRow()

private formatRow(mixed $row[, mixed $options = [] ]) : mixed
Parameters
$row : mixed
$options : mixed = []

        
On this page

Search results