NextDom\Model\Entity\JsonRPCClient
Class JsonRPCClient
Synopsis
class JsonRPCClient
{
- // members
- protected integer $errorCode = 9999;
- protected string $errorMessage = 'No error';
- protected string $error = 'No error';
- protected $result;
- protected $rawResult;
- protected string $apikey = '';
- protected array $options = ;
- protected $apiAddr;
- protected string $cb_function = '';
- protected string $cb_class = '';
- protected string $certificate_path = '';
- protected boolean $noSslCheck = false;
- // methods
- public void __construct()
- public boolean sendRequest()
- protected mixed|null send()
- public string getCertificate_path()
- public $this setCertificate_path()
- public bool getNoSslCheck()
- public $this setNoSslCheck()
- public string getCb_class()
- public $this setCb_class()
- public string getCb_function()
- public $this setCb_function()
- public string getError()
- public void getResult()
- public void getRawResult()
- public int getErrorCode()
- public string getErrorMessage()
- public $this setDisable_ssl_verifiy()
Members
protected
- $apiAddr
- $apikey
- $cb_class
- $cb_function
- $certificate_path
- $error
- $errorCode
- $errorMessage
- $noSslCheck
- $options
- $rawResult
- $result