class OperationBlock

Methods

__construct(array $params, Content $contentBlock)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the operation block XML

Details

at line line 54
__construct(array $params, Content $contentBlock)

Initializes the class with the given parameters.

Parameters

array $params { @var string $companyid Intacct company ID @var array $modulepreferences Module preferences to use for the operation @var string $sessionid Intacct session ID @var bool $transaction Force the operation to be one transaction @var string $userid Intacct user ID @var string $user_password Intacct user password }
Content $contentBlock

Exceptions

InvalidArgumentException

at line line 140
writeXml(XMLWriter $xml)

Write the operation block XML

Parameters

XMLWriter $xml