*/ interface Mage_Api2_Model_Request_Interpreter_Interface { /** * Parse request body into array of params * * @param string $body Posted content from request * @return array|null Return NULL if content is invalid */ public function interpret($body); }