function CGMInformatics($gw) { CGMVirtual::CGMVirtual($gw); $this->SetClassName('CGMInformatics'); $this->SetModuleName('Informatics'); }
function CGMTesting($gw) { CGMVirtual::CGMVirtual($gw); $this->anstypes = array(); $this->AnsType_Register('CGMTestingATRadiobutton', 'Один из многих'); $this->AnsType_Register('CGMTestingATCheckbox', 'Многие из многих'); $this->AnsType_Register('CGMTestingATString', 'Однострочный'); $this->CreateTables(); $this->SetClassName('CGMTesting'); $this->SetModuleName('Testing'); $this->gateway->AppendLIBHandler(1, 'testing', 'PAGE_Testing'); $this->gateway->AppendLIBHandler(1, 'solutions', 'PAGE_Solutions'); $this->gateway->AppendLIBHandler(1, 'status', 'PAGE_Status'); }