Ondrejnov\EET\Dispatcher::getSoapClient PHP 메소드

getSoapClient() 공개 메소드

Get (or if not exists: initialize and get) SOAP client.
public getSoapClient ( ) : SoapClient
리턴 SoapClient
    public function getSoapClient()
    {
        !isset($this->soapClient) && $this->initSoapClient();
        return $this->soapClient;
    }