You are here

public function SmsParserBase::getOptions in SMS Framework 7

Retrieves sms_incoming() options.

Return value

array Options as defined by sms_incoming().

Overrides SmsParserInterface::getOptions

File

./sms.parser.inc, line 172

Class

SmsParserBase
Base implementation of SmsParserInterface().

Code

public function getOptions() {
  return $this->options;
}