Documentation

Mage_Api2_Model_Request_Interpreter_Interface
in

since 26.7 Use Maho_ApiPlatform instead.

Table of Contents

Methods

interpret()  : array<string|int, mixed>|null
Parse request body into array of params

Methods

interpret()

Parse request body into array of params

public interpret(string $body) : array<string|int, mixed>|null
Parameters
$body : string

Posted content from request

Return values
array<string|int, mixed>|null

Return NULL if content is invalid

On this page

Search results