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