コード例 #1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('InventoryLocation', $strComplexTypeArray)) {
         $strComplexTypeArray['InventoryLocation'] = InventoryLocation::GetSoapComplexTypeXml();
         InventoryModel::AlterSoapComplexTypeArray($strComplexTypeArray);
         Location::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }