\Aculab\WebServicesWrapperApplicationStatus

Represents the status of an application

Returned by \Aculab\WebServicesWrapper\ApplicationStatusWebService::getApplicationStatus()

Summary

Methods
Properties
Constants
getErrors()
getApplicationDataRecord()
getCallDataRecords()
getFeatureDataRecords()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getErrors()

getErrors() : array

Get the application error records.

Gets the application error records as an array of ApplicationErrorRecord objects. The array is keyed by strings containing a error index.

Returns

array —

An array of ApplicationErrorRecord objects keyed by error index strings.

getCallDataRecords()

getCallDataRecords() : array

Get the call data records.

Gets the call data records for telephone calls that were made by the application instance as an array of CallDataRecord objects. The array is keyed by strings containing a unique call ID.

Returns

array —

An array of CallDataRecord objects keyed by call ID strings.

getFeatureDataRecords()

getFeatureDataRecords() : array

Get the feature data records.

Gets the feature data records for features used by the application instance as an array of FeatureDataRecord objects. The array is keyed by strings containing a unique feature ID.

Returns

array —

An array of FeatureDataRecord objects keyed by feature ID strings.