/**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     return $props;
 }
Exemple #2
0
 /**
  * Getter props
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["nullFlavor"] = "CCDANullFlavor xml|attribute";
     return $props;
 }