\Threema\MsgApi\Commands\ResultsLookupIdResult

Summary

Methods
Properties
Constants
__construct()
isSuccess()
getErrorCode()
getErrorMessage()
getRawResponse()
getId()
No public properties found
No constants found
getErrorMessageByErrorCode()
processResponse()
No protected properties found
N/A
No private methods found
$httpCode
$response
$id
N/A

Properties

$httpCode

$httpCode : integer

Type

integer

$response

$response : string

Type

string

$id

$id : string

Type

string

Methods

__construct()

__construct(integer  $httpCode,   $response) 

Parameters

integer $httpCode
$response

isSuccess()

isSuccess() 

getErrorCode()

getErrorCode() : null|integer

Returns

null|integer

getErrorMessage()

getErrorMessage() : string

Returns

string

getRawResponse()

getRawResponse() : string

Returns

string

getId()

getId() : string

Returns

string

getErrorMessageByErrorCode()

getErrorMessageByErrorCode(integer  $httpCode) : string

Parameters

integer $httpCode

Returns

string

processResponse()

processResponse(string  $response) 

Parameters

string $response