コード例 #1
0
ファイル: SmsCommand.php プロジェクト: onema/nexmo-cli
 protected function configure()
 {
     parent::configure();
     $this->setName('nexmo:sms')->setDescription('Send an SMS using the Nexmo API.');
 }
コード例 #2
0
ファイル: TtsCommand.php プロジェクト: onema/nexmo-cli
 protected function configure()
 {
     parent::configure();
     $this->setName('nexmo:tts')->setDescription('Text to Speech. Call a number and convert text to speech.');
 }