Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Abstract.php
Go to the documentation of this file.
1 <?php
26 #require_once "Zend/Soap/Wsdl/Strategy/Interface.php";
27 
38 {
44  protected $_context;
45 
52  public function setContext(Zend_Soap_Wsdl $context)
53  {
54  $this->_context = $context;
55  }
56 
62  public function getContext()
63  {
64  return $this->_context;
65  }
66 }
setContext(Zend_Soap_Wsdl $context)
Definition: Abstract.php:52