TimeTrex API Manual

GeneralLedgerExport_File_Format_CSV extends GeneralLedgerExport

Table of Contents

$data  : array<string|int, mixed>
$file_format  : mixed
$file_format_options  : mixed
$journal_entry_error_msgs  : mixed
$set_journal_entry_errors  : mixed
$compiled_data  : bool|string
__construct()  : mixed
GeneralLedgerExport_File_Format_CSV constructor.
_compile()  : bool|string
compile()  : bool
getCompiledData()  : bool
getFileFormat()  : bool|null
isFloat()  : bool
save()  : bool
setFileFormat()  : bool
setJournalEntry()  : bool
compileRecords()  : array<string|int, mixed>|bool
toDate()  : false|string

Properties

Methods

__construct()

GeneralLedgerExport_File_Format_CSV constructor.

public __construct( $data) : mixed
Parameters
$data :
Return values
mixed

setJournalEntry()

public setJournalEntry(object $obj) : bool
Parameters
$obj : object
Return values
bool

compileRecords()

private compileRecords() : array<string|int, mixed>|bool
Return values
array<string|int, mixed>|bool

toDate()

private toDate(int $epoch) : false|string
Parameters
$epoch : int

EPOCH

Return values
false|string

Search results