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
)
:
voidThis 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
)
:
StringIt will serialize the input object and echo's it
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $input | array |
|
| Type | Description |
|---|---|
| String | - echos serialize string of $input |