You are here

class ServicesParserPHP in Services 7.3

Hierarchy

Expanded class hierarchy of ServicesParserPHP

1 string reference to 'ServicesParserPHP'
ServicesRESTServerTests::testParseRequestBody in servers/rest_server/tests/ServicesRESTServerTests.test
Test for parseRequestBody() method.

File

servers/rest_server/includes/ServicesParser.inc, line 14

View source
class ServicesParserPHP implements ServicesParserInterface {
  public function parse(ServicesContextInterface $context) {
    return unserialize($context
      ->getRequestBody());
  }

}

Members