| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class Email |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Description: init |
||
| 15 | * @author: JiaMeng <[email protected]> |
||
| 16 | * Updater: |
||
| 17 | * @param $gateway |
||
| 18 | * @param null $config |
||
|
|
|||
| 19 | * @return mixed |
||
| 20 | * @throws \Exception |
||
| 21 | */ |
||
| 22 | protected static function init($gateway, $config = null) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Description: __callStatic |
||
| 34 | * @author: JiaMeng <[email protected]> |
||
| 35 | * Updater: |
||
| 36 | * @param $gateway |
||
| 37 | * @param $config |
||
| 38 | * @return mixed |
||
| 39 | */ |
||
| 40 | public static function __callStatic($gateway, $config) |
||
| 46 |