コード例 #1
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;
 }
コード例 #2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["inclusive"] = "CCDA_base_bl xml|attribute default|true";
     return $props;
 }