You are here

public function SmsParserInterface::parseRequest in SMS Framework 7

Parses the request.

@todo Error or return handling. Does it make sense to notify of missing number, or message?

1 method overrides SmsParserInterface::parseRequest()
SmsParserBase::parseRequest in ./sms.parser.inc
Parses the request.

File

./sms.parser.inc, line 96

Class

SmsParserInterface
Incoming SMS parser.

Code

public function parseRequest();