Ejemplo n.º 1
0
 function CGMInformatics($gw)
 {
     CGMVirtual::CGMVirtual($gw);
     $this->SetClassName('CGMInformatics');
     $this->SetModuleName('Informatics');
 }
Ejemplo n.º 2
0
 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');
 }