Пример #1
0
 /**
  * Get properties specifications as strings
  *
  * @see parent::getProps()
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["type"] = "str";
     $props["web_service_name"] = "str";
     $props["soapfault"] = "bool";
     $props["trace"] = "bool";
     $props["last_request_headers"] = "text show|0";
     $props["last_response_headers"] = "text show|0";
     $props["last_request"] = "xml show|0";
     $props["last_response"] = "xml show|0";
     return $props;
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["http_fault"] = "bool";
     return $props;
 }