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