/** * 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; }
/** * Get the properties of our class as strings * * @return array */ function getProps() { $props = parent::getProps(); $props["value"] = "CCDA_base_ts xml|attribute"; return $props; }
/** * 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; }
/** * 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; }