Example #1
0
 function getOption($option)
 {
     switch ($option) {
         case 'soapVersion':
             return $this->SoapVersion;
         default:
             return parent::getOption($option);
     }
 }
Example #2
0
 function getOption($option)
 {
     switch ($option) {
         case 'nameVariable':
             return $this->NameVar;
         case 'responseType':
             return $this->ResponseType;
         case 'requestType':
             return $this->RequestType;
         case 'accept':
             return $this->Accept;
         case 'requestHeaders':
             return $this->RequestHeaders;
         default:
             return parent::getOption($option);
     }
 }