/** * Get the properties of our class as strings * * @return array */ function getProps() { $props = parent::getProps(); $props["qualifier"] = "CCDACR xml|element prohibited"; return $props; }
/** * 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; }
/** * Get the properties of our class as strings * * @return array */ function getProps() { $props = parent::getProps(); $props["operator"] = "CCDASetOperator xml|attribute default|I"; return $props; }