\JCORE\TRANSPORT\SOASOA_BASE

Class SOA_BASE

Summary

Methods
Properties
Constants
introspectService()
wrapMySQLResultInJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Methods

introspectService()

introspectService() : string

introspectService will provide all of the methods, members and arguements within scope of the call as well as the document comments assotiatiated with the extended object. This method can be overridden or extended to parse this data into a WSDL or similar format

Returns

string —

return NULL

wrapMySQLResultInJSON()

wrapMySQLResultInJSON(array  $result) : array

encapsulates the handling of a DB error

Parameters

array $result

Returns

array

__construct()

__construct() : \JCORE\TRANSPORT\SOA\return

empty constructor, this object needs to be extended as a primary consideration for SOA, we need to expose the object and it's methods

Returns

\JCORE\TRANSPORT\SOA\return —

NULL