Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Soap_Wsdl_Strategy_Abstract Class Reference

Public Member Functions

 setContext (Zend_Soap_Wsdl $context)
 Set the Zend_Soap_Wsdl Context object this strategy resides in.
 
 getContext ()
 Return the current Zend_Soap_Wsdl context object.
 
- Public Member Functions inherited from Zend_Soap_Wsdl_Strategy_Interface
 addComplexType ($type)
 Create a complex type based on a strategy.
 

Protected Attributes

 $_context
 

Member Function Documentation

getContext ( )

Return the current Zend_Soap_Wsdl context object.

Returns
Zend_Soap_Wsdl
setContext ( Zend_Soap_Wsdl  $context)

Set the Zend_Soap_Wsdl Context object this strategy resides in.

Parameters
Zend_Soap_Wsdl$context
Returns
void

Implements Zend_Soap_Wsdl_Strategy_Interface.

Member Data Documentation

$_context
protected