PHP Class Toplan\PhpSms\ParasiticAgent

Inheritance: extends Agent
Datei anzeigen Open project: toplan/phpsms Class Usage Examples

Protected Properties

Property Type Description
$sendSmsRunning
$voiceVerifyRunning

Public Methods

Method 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 method

public sendContentSms ( $to, $content )

sendSms() public method

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

sendTemplateSms() public method

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

voiceVerify() public method

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

Property Details

$sendSmsRunning protected_oe property

protected $sendSmsRunning

$voiceVerifyRunning protected_oe property

protected $voiceVerifyRunning