Example #1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('Category', $strComplexTypeArray)) {
         $strComplexTypeArray['Category'] = Category::GetSoapComplexTypeXml();
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
         UserAccount::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }