service/core/REST/SugarRestRSS.php

Show: inherited
Table of Contents

Constants

Constant  sugarEntry = true

\SugarRestRSS

Package: SugarCRM

This class is a serialize implementation of REST protocol

Parent(s)
\SugarRest
Api
 

Methods

methodpublic__construct( String $implementation ) : void
inherited

Constructor

Inherited from: \SugarRest::__construct()
Parameters
Name Type Description
$implementation String
  • name of the implementation class
methodpublicfault( \SoapError $errorObject ) : void

This function sends response to client containing error object

Parameters
Name Type Description
$errorObject \SoapError
  • This is an object of type SoapError
Details
See
\SugarRest::fault()  
methodpublicgenerateFaultResponse(  $errorObject ) : void
inherited

Inherited from: \SugarRest::generateFaultResponse()
Parameters
Name Type Description
$errorObject
methodprotectedgenerateItem(  $item ) : void

Parameters
Name Type Description
$item
methodprotectedgenerateItems(  $input ) : void

Parameters
Name Type Description
$input
methodpublicgenerateResponse( array $input ) : String

It will serialize the input object and echo's it

Parameters
Name Type Description
$input array
  • assoc array of input values: key = param name, value = param type
Returns
Type Description
String - echos serialize string of $input
methodprotectedgenerateResponseFooter( ) : void

methodprotectedgenerateResponseHeader(  $count ) : void

Parameters
Name Type Description
$count
methodpublicserve( ) : \unknown

Returns a fault since we cannot accept RSS as an input type

Returns
Type Description
\unknown
Details
See
\SugarRest::serve()  
Documentation was generated by DocBlox 0.18.1.