a-blog cms PHP API Reference

Export
in package

Table of Contents

Properties

$tables  : array<string|int, mixed>

Methods

setTables()  : void
set export tables
dumpYaml()  : mixed
fix()  : void
fix data
fixNextLine()  : string
carriage returns \r and \r\n Paragraph Separator (U+2028) Line Separator (U+2029) Next Line (NEL) (U+0085)
fixPath()  : string
fixYaml()  : string

Properties

$tables

protected array<string|int, mixed> $tables

Methods

setTables()

set export tables

public setTables([array<string|int, mixed> $tables = [] ]) : void
Parameters
$tables : array<string|int, mixed> = []
Tags
throws
RuntimeException

dumpYaml()

protected dumpYaml(resource $fp, array<string|int, mixed> $queryList) : mixed
Parameters
$fp : resource
$queryList : array<string|int, mixed>

fix()

fix data

protected fix(array<string|int, mixed> &$record, string $table) : void
Parameters
$record : array<string|int, mixed>
$table : string

fixNextLine()

carriage returns \r and \r\n Paragraph Separator (U+2028) Line Separator (U+2029) Next Line (NEL) (U+0085)

protected fixNextLine(mixed $txt) : string
Parameters
$txt : mixed
Return values
string

fixPath()

protected fixPath(string $txt) : string
Parameters
$txt : string
Return values
string

fixYaml()

protected fixYaml(string $txt) : string
Parameters
$txt : string
Return values
string

        
On this page

Search results