PHP 트레잇 SimpleSoftwareIO\SMS\DoesNotReceive

파일 보기 프로젝트 열기: simplesoftwareio/simple-sms

공개 메소드들

메소드 설명
checkMessages ( array $options = [] ) : array Checks the server for messages and returns their results.
getMessage ( string | integer $messageId ) Gets a single message by it's ID.
receive ( mixed $raw ) Receives an incoming message via REST call.

보호된 메소드들

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

메소드 상세

checkMessages() 공개 메소드

Checks the server for messages and returns their results.
public checkMessages ( array $options = [] ) : array
$options array
리턴 array

getMessage() 공개 메소드

Gets a single message by it's ID.
public getMessage ( string | integer $messageId )
$messageId string | integer

processReceive() 보호된 메소드

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

receive() 공개 메소드

Receives an incoming message via REST call.
public receive ( mixed $raw )
$raw mixed