ICONS['SEARCH']]; $batchjobButtons = []; switch ($action) { case 'view': $fields = [...$fields, 'created_at']; break; case 'index': case 'download': $fields = [ "clientinfo_uid", "title", "amount", "status", 'created_at' ]; break; } $this->setFormFields($fields); $this->setFormRules($fields); $this->setFormFilters($filters); $this->setFormOptions($filters, $formDatas); $this->setIndexFilters($indexFilter); $this->setBatchjobFilters($batchjobFilters); $this->setActionButtons($actionButtons); $this->setBatchjobButtons($batchjobButtons); } }