Esempio n. 1
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;
 }