class XMLWriter extends XMLWriter

Constants

IA_DATE_FORMAT

Intacct date format

IA_DATETIME_FORMAT

Intacct datetime format

IA_MULTI_SELECT_GLUE

Intacct multi select string separator

Methods

startElement($name)

No description

bool
writeElement(string $name, mixed $content = null, bool $writeNull = false)

Write full element tag

bool
writeDateSplitElements(DateType $date, bool $writeNull = true)

Write full element date tags

bool
writeAttribute(string $name, string $value, bool $writeNull = true)

Write full attribute

Details

at line line 63
startElement($name)

Parameters

$name

at line line 84
bool writeElement(string $name, mixed $content = null, bool $writeNull = false)

Write full element tag

Parameters

string $name
mixed $content
bool $writeNull

Return Value

bool

at line line 128
bool writeDateSplitElements(DateType $date, bool $writeNull = true)

Write full element date tags

Parameters

DateType $date
bool $writeNull

Return Value

bool

at line line 148
bool writeAttribute(string $name, string $value, bool $writeNull = true)

Write full attribute

Parameters

string $name
string $value
bool $writeNull

Return Value

bool