コード例 #1
0
ファイル: 01CGMInformatics.php プロジェクト: Nazg-Gul/e-marsa
 function CGMInformatics($gw)
 {
     CGMVirtual::CGMVirtual($gw);
     $this->SetClassName('CGMInformatics');
     $this->SetModuleName('Informatics');
 }
コード例 #2
0
ファイル: 02CGMTesting.php プロジェクト: Nazg-Gul/e-marsa
 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');
 }