Display
Handles the display tab.
Tags
Table of Contents
- TAB_ID = 'display'
- The tab ID.
- $defaults : array<string|int, mixed>
- The default options.
- __construct() : mixed
- Constructor
- get_tab() : Tab
- Display tab.
- set_defaults() : mixed
- Set defaults
- get_display_section() : Section
- Display section.
- get_download_button_section() : Section
- Download button section.
- get_folders_section() : Section
- Folders section.
- get_grid_section() : Section
- Grid section.
- get_multi_downloads_section() : Section
- Multi downloads section.
- get_preview_button_section() : Section
- Preview button section.
- get_sort_by_section() : Section
- Sort by section
- get_table_section() : Section
- Table section
Constants
TAB_ID
The tab ID.
public
string
TAB_ID
= 'display'
Tags
Properties
$defaults
The default options.
protected
array<string|int, mixed>
$defaults
Tags
Methods
__construct()
Constructor
public
__construct() : mixed
Tags
Return values
mixed —get_tab()
Display tab.
public
get_tab() : Tab
Tags
Return values
Tab —set_defaults()
Set defaults
public
set_defaults() : mixed
Tags
Return values
mixed —get_display_section()
Display section.
private
get_display_section() : Section
Tags
Return values
Section —get_download_button_section()
Download button section.
private
get_download_button_section() : Section
Tags
Return values
Section —get_folders_section()
Folders section.
private
get_folders_section() : Section
Tags
Return values
Section —get_grid_section()
Grid section.
private
get_grid_section() : Section
Tags
Return values
Section —get_multi_downloads_section()
Multi downloads section.
private
get_multi_downloads_section() : Section
Tags
Return values
Section —get_preview_button_section()
Preview button section.
private
get_preview_button_section() : Section
Tags
Return values
Section —get_sort_by_section()
Sort by section
private
get_sort_by_section() : Section
Tags
Return values
Section —get_table_section()
Table section
private
get_table_section() : Section