form = $form; $this->form->log->debug('CLASS LOAD', __NAMESPACE__ . __CLASS__); } /** * NOTE: this is a dummy array to just init the Form\Generate class and is not used for anything else * * @return array */ public function setTableArray(): array { return [ 'table_array' => [ '-' ], 'table_name' => '-', 'load_query' => '', 'show_fields' => [], ]; } } // __END__