public function init()
 {
     /** @noinspection PhpUndefinedClassInspection */
     parent::init();
     $this->debug = $this->module->getConfigApiDebugMode();
     $this->execute();
 }
 public function init()
 {
     /** @noinspection PhpUndefinedClassInspection */
     parent::init();
     $this->display_column_left = false;
     $this->display_column_right = false;
     $this->debug = $this->module->getConfigApiDebugMode();
     $this->redirect_on_error = !$this->debug;
 }