示例#1
0
 protected function executeStart()
 {
     try {
         parent::executeStart();
     } catch (Exception $e) {
         throw $e;
     }
 }
示例#2
0
 protected function executeStart()
 {
     try {
         parent::executeStart();
         $this->validators[] = new LBoxFormValidatorLoginDBFree();
         $this->processors[] = new ProcessorLoginDBFree();
     } catch (Exception $e) {
         throw $e;
     }
 }