CRM_Financial_BAO_ExportFormat_IIF
class CRM_Financial_BAO_ExportFormat_IIF extends CRM_Financial_BAO_ExportFormat
Properties
protected array | $_exportParams | data which the individual export formats will output in the desired format. | from CRM_Financial_BAO_ExportFormat |
static protected CRM_Core_Smarty | $_template | smarty template. | from CRM_Financial_BAO_ExportFormat |
bool | $_isDownloadFile | Download Exported file. | from CRM_Financial_BAO_ExportFormat |
static string | $SEPARATOR | Tab character. Some people's editors replace tabs with spaces so I'm scared to use actual tabs. | |
static array | $complementaryTables | For this phase, we always output these records too so that there isn't data referenced in the journal entries that isn't defined anywhere. |
Methods
__construct()
Class constructor.
mixed
export(array $exportParams)
No description
output(string $fileName = NULL)
No description
makeExport($export)
No description
string
getMimeType()
No description
string
getFileExtension()
No description
static null
format($s, string $type = 'string')
No description
static
createActivityExport($batchIds, string $fileName)
No description
bool
createZip(array $files = [], null $destination = NULL, bool $overwrite = FALSE)
No description
string
putFile($out)
No description
Object
generateExportQuery(int $batchId)
No description
exportACCNT()
No description
exportCUST()
No description
exportTRANS()
No description
string
getHookedTemplateFileName()
No description
Details
at line 61
__construct()
Class constructor.