You are here

abstract public function SmsParserBase::parseRequest in SMS Framework 7

Parses the request.

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

Overrides SmsParserInterface::parseRequest

File

./sms.parser.inc, line 179

Class

SmsParserBase
Base implementation of SmsParserInterface().

Code

public abstract function parseRequest();