lastClient; } /** * Set the last {@see \SoapClient} created by {@see SoapClientFactory} * * @param \SoapClient $client * @return SoapClientRegistry */ public function setLastClient(\SoapClient $client) { $this->lastClient = $client; return $this; } }