Пример #1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["value"] = "CCDA_base_real xml|attribute";
     $props["currency"] = "CCDA_base_cs xml|attribute";
     return $props;
 }
Пример #2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["value"] = "CCDA_base_ts xml|attribute";
     return $props;
 }
Пример #3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["numerator"] = "CCDAQTY xml|element default|1 abstract";
     $props["denominator"] = "CCDAQTY xml|element default|1 abstract";
     return $props;
 }
Пример #4
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["translation"] = "CCDAPQR xml|element";
     $props["value"] = "CCDA_base_real xml|attribute";
     $props["unit"] = "CCDA_base_cs xml|attribute default|1";
     return $props;
 }