class Result

Methods

__construct(SimpleXMLIterator $result)

Initializes the class

string
getStatus()

Get result status

string
getFunction()

Get function

string
getControlId()

Get control ID

array
getErrors()

Get errors array

getData()

Get result data

string
getListType()

Get result list type

int
getCount()

Get result count

int
getTotalCount()

Get result total count

int
getNumRemaining()

Get number remaining

string
getResultId()

Get result ID for readMore function

getDataArray(bool $nested = false)

Get data array

Details

at line line 64
__construct(SimpleXMLIterator $result)

Initializes the class

Parameters

SimpleXMLIterator $result

Exceptions

IntacctException

at line line 120
string getStatus()

Get result status

Return Value

string

at line line 130
string getFunction()

Get function

Return Value

string

at line line 140
string getControlId()

Get control ID

Return Value

string

at line line 150
array getErrors()

Get errors array

Return Value

array

at line line 160
SimpleXMLIterator getData()

Get result data

Return Value

SimpleXMLIterator

at line line 170
string getListType()

Get result list type

Return Value

string

at line line 180
int getCount()

Get result count

Return Value

int

at line line 190
int getTotalCount()

Get result total count

Return Value

int

at line line 200
int getNumRemaining()

Get number remaining

Return Value

int

at line line 210
string getResultId()

Get result ID for readMore function

Return Value

string

at line line 222
ArrayIterator getDataArray(bool $nested = false)

Get data array

Parameters

bool $nested

Return Value

ArrayIterator