コード例 #1
0
ファイル: sms.php プロジェクト: indigophp/fuel-sms
 public function __construct()
 {
     $gateway = \Cli::option('gateway', \Cli::option('g'));
     $this->gateway = \Sms::forge($gateway);
 }