_context = $context; } /** * Return the current Zend_Soap_Wsdl context object * * @return Zend_Soap_Wsdl */ public function getContext() { return $this->_context; } }