Home
last modified time | relevance | path

Searched refs:soapClient (Results 1 – 1 of 1) sorted by relevance

/plugin/mantisreporter/
H A Dsyntax.php20 private $soapClient = null; variable in syntax_plugin_mantisreporter
323 if($this->soapClient === null) {
325 …$this->soapClient = new SoapClient($this->getMantisUrl() . '/api/soap/mantisconnect.php?wsdl', arr…
328 return $this->soapClient;