コード例 #1
0
ファイル: MembershipGen.class.php プロジェクト: alcf/chms
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('Membership', $strComplexTypeArray)) {
         $strComplexTypeArray['Membership'] = Membership::GetSoapComplexTypeXml();
         Person::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }