Beispiel #1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["qualifier"] = "CCDACR xml|element prohibited";
     return $props;
 }
Beispiel #2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["qty"] = "CCDA_base_int xml|attribute default|1";
     return $props;
 }
Beispiel #3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["operator"] = "CCDASetOperator xml|attribute default|I";
     return $props;
 }