Minor adjustments to make configuration easier

This commit is contained in:
Kijin Sung 2016-11-12 15:17:32 +09:00
parent bbd95865c3
commit ddc0da173a
5 changed files with 47 additions and 2 deletions

View file

@ -29,6 +29,13 @@ interface SMSInterface
*/
public static function getRequiredConfig();
/**
* Get the list of configuration fields optionally used by this SMS driver.
*
* @return array
*/
public static function getOptionalConfig();
/**
* Get the list of API types supported by this SMS driver.
*