PHP Class Toplan\PhpSms\ParasiticAgent

Inheritance: extends Agent
Afficher le fichier Open project: toplan/phpsms Class Usage Examples

Protected Properties

Свойство Type Description
$sendSmsRunning
$voiceVerifyRunning

Méthodes publiques

Méthode Description
sendContentSms ( $to, $content )
sendSms ( $to, $content, $tempId, array $data )
sendTemplateSms ( $to, $tempId, array $data )
voiceVerify ( $to, $code, $tempId, array $data )

Method Details

sendContentSms() public méthode

public sendContentSms ( $to, $content )

sendSms() public méthode

public sendSms ( $to, $content, $tempId, array $data )
$data array

sendTemplateSms() public méthode

public sendTemplateSms ( $to, $tempId, array $data )
$data array

voiceVerify() public méthode

public voiceVerify ( $to, $code, $tempId, array $data )
$data array

Property Details

$sendSmsRunning protected_oe property

protected $sendSmsRunning

$voiceVerifyRunning protected_oe property

protected $voiceVerifyRunning