コード例 #1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     return $props;
 }
コード例 #2
0
ファイル: CCDAANY.class.php プロジェクト: fbone/mediboard4
 /**
  * Getter props
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["nullFlavor"] = "CCDANullFlavor xml|attribute";
     return $props;
 }