Beispiel #1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["comp"] = "CCDASXCM_TS xml|element min|2";
     return $props;
 }
Beispiel #2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     switch ($this->_order) {
         case "low":
             $props["low"] = $this->propsLow;
             $props["width"] = $this->propsWidth;
             $props["high"] = $this->propsHigh;
             break;
         case "high":
             $props["high"] = $this->propsHigh;
             break;
         case "width":
             $props["width"] = $this->propsWidth;
             $props["high"] = $this->propsHigh;
             break;
         case "center":
             $props["center"] = $this->propsCenter;
             $props["width"] = $this->propsWidth;
             break;
         default:
             $props["low"] = $this->propsLow;
             $props["width"] = $this->propsWidth;
             $props["high"] = $this->propsHigh;
             $props["center"] = $this->propsCenter;
     }
     return $props;
 }
Beispiel #3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["event"] = "CCDAEIVL_event xml|element max|1";
     $props["offset"] = "CCDAIVL_PQ xml|element max|1";
     return $props;
 }
Beispiel #4
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["phase"] = "CCDAIVL_TS xml|element max|1";
     $props["period"] = "CCDAPQ xml|element max|1";
     $props["alignment"] = "CCDACalendarCycle xml|attribute";
     $props["institutionSpecified"] = "CCDA_base_bl xml|attribute default|false";
     return $props;
 }