Esempio n. 1
0
 public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('ClassInstructor', $strComplexTypeArray)) {
         $strComplexTypeArray['ClassInstructor'] = ClassInstructor::GetSoapComplexTypeXml();
         Login::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }