You are here

public function ServicesPHPFormatter::render in Services 7.3

Render data to the string.

Parameters

$data: Data to render

Return value

string

Overrides ServicesFormatterInterface::render

File

servers/rest_server/includes/ServicesFormatter.inc, line 41

Class

ServicesPHPFormatter

Code

public function render($data) {
  return serialize($data);
}