'Vendor Classification', 'itemsName' => 'Vendor Classifications', 'csvExportColumns' => [ 'id' => 'ID', 'title' => 'Title', ], Tool::class => [ 'targetDir' => constant('BASE_PATH') . '/tmp/pdf-export/naics', 'resultType' => Tool::RESULT_PDF, ], ToolAwareViewTrait::class => [ 'listClass' => VendorServiceList::class, 'objClass' => Obj::class, ], 'pdfExportJobUrl' => PdfExportView::getExportUrl(), 'pdfExportDownloadFileName' => 'Vendor-Classifications-{date}.pdf', 'pdfExportToolClass' => PdfExportTool::class, ];