PHP 클래스 SimpleSoftwareIO\SMS\Drivers\LogSMS

상속: implements SimpleSoftwareIO\SMS\Drivers\DriverInterface, use trait SimpleSoftwareIO\SMS\DoesNotReceive
파일 보기 프로젝트 열기: simplesoftwareio/simple-sms

보호된 프로퍼티들

프로퍼티 타입 설명
$logger GuzzleHttp\Client Laravel Logger

공개 메소드들

메소드 설명
__construct ( Illuminate\Log\Writer $logger ) Create the CallFire instance.
send ( OutgoingMessage $message ) Sends a SMS message.

보호된 메소드들

메소드 설명
processReceive ( $rawMessage ) : mixed Creates many IncomingMessage objects and sets all of the properties.

메소드 상세

__construct() 공개 메소드

Create the CallFire instance.
public __construct ( Illuminate\Log\Writer $logger )
$logger Illuminate\Log\Writer

processReceive() 보호된 메소드

Creates many IncomingMessage objects and sets all of the properties.
protected processReceive ( $rawMessage ) : mixed
$rawMessage
리턴 mixed

send() 공개 메소드

Sends a SMS message.
public send ( OutgoingMessage $message )
$message SimpleSoftwareIO\SMS\OutgoingMessage

프로퍼티 상세

$logger 보호되어 있는 프로퍼티

Laravel Logger
protected Client,GuzzleHttp $logger
리턴 GuzzleHttp\Client