You are here

public function SmsParserInterface::getResponse in SMS Framework 7

Retrieves the response if any.

Some SMS provider modules offer a HTTP response content. Lacking an HTTP response object this just provides simple options.

Return value

array Array of header values keyed by header name and body. Example:


    array('headers' => array('name' => 'value), 'body' => 'text');
  
1 method overrides SmsParserInterface::getResponse()
SmsParserBase::getResponse in ./sms.parser.inc
Retrieves the response if any.

File

./sms.parser.inc, line 88

Class

SmsParserInterface
Incoming SMS parser.

Code

public function getResponse();