예제 #1
0
 /**
  * Get properties specifications as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["OID"] = "str";
     $props["synchronous"] = "bool default|1 notNull";
     $props["monitor_sources"] = "bool default|1 notNull";
     $props["_exchanges_sources_save"] = "num";
     return $props;
 }
예제 #2
0
 /**
  * @see parent::getProps
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["user_id"] = "ref class|CMediusers";
     $props["save_unsupported_message"] = "bool default|1";
     $props["create_ack_file"] = "bool default|1";
     $props["delete_file"] = "bool default|1";
     $props["_tag_hprimxml"] = "str";
     $props["_tag_phast"] = "str";
     $props["_tag_hl7"] = "str";
     return $props;
 }