service/core/REST/SugarRestRSS.php
Constants
\SugarRestRSS
Package: SugarCRM
This class is a serialize implementation of REST protocol
- Parent(s)
- \SugarRest
- Api
Methods
__construct(
String $implementation
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$implementation | String |
|
fault(
\SoapError $errorObject
)
:
void
This function sends response to client containing error object
Parameters
Details
Name | Type | Description |
---|---|---|
$errorObject | \SoapError |
|
generateFaultResponse(
$errorObject
)
:
void
inherited
Inherited from:
\SugarRest::generateFaultResponse()
Parameters
Name | Type | Description |
---|---|---|
$errorObject |
generateResponse(
array $input
)
:
String
It will serialize the input object and echo's it
Parameters
Returns
Name | Type | Description |
---|---|---|
$input | array |
|
Type | Description |
---|---|
String | - echos serialize string of $input |