You are here

public function SmsParserInterface::setRequest in SMS Framework 7

Sets the request.

Parameters

array $request: $_REQUEST array, or replacement.

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

File

./sms.parser.inc, line 50

Class

SmsParserInterface
Incoming SMS parser.

Code

public function setRequest($request);