コード例 #1
0
ファイル: class.LoginFormEmail.php プロジェクト: palmic/lbox
 protected function executeStart()
 {
     try {
         parent::executeStart();
     } catch (Exception $e) {
         throw $e;
     }
 }
コード例 #2
0
ファイル: class.LoginFormDBFree.php プロジェクト: palmic/lbox
 protected function executeStart()
 {
     try {
         parent::executeStart();
         $this->validators[] = new LBoxFormValidatorLoginDBFree();
         $this->processors[] = new ProcessorLoginDBFree();
     } catch (Exception $e) {
         throw $e;
     }
 }