LLMS_Abstract_Exportable_Admin_Table
Exportable admin table abstract class
Description Description
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Removed previously deprecated method LLMS_Admin_Table::queue_export() . |
3.37.15 | Ensure filenames of generated export files are for supported filetypes. |
3.30.3 | Explicitly define undefined properties. |
3.28.0 | Introduced. |
Methods Methods
- generate_export_file — Generate an export file for the current table.
- get_export — Gets data prepared for an export
- get_export_data — Retrieve data for a cell in an export file Should be overridden in extending classes
- get_export_file_name — Get the file name for an export file
- get_export_file_url — Retrieve the download URL to an export file
- get_export_header — Retrieve the header row for generating an export file
- get_export_lock_key — Get a lock key unique to the table & user for locking the table during export generation
- get_export_title — Allow customization of the title for export files
- is_export_locked — Determine if the table is currently locked due to export generation.