Advanced
Handles the advanced tab.
Tags
Table of Contents
- TAB_ID = 'advanced'
- $defaults : array<string|int, mixed>
- The default options.
- __construct() : mixed
- Constructor
- get_tab() : Tab
- Gets the advanced tab.
- set_defaults() : mixed
- Set defaults
- get_advanced_section() : Section
- Advanced section.
- get_pagination_section() : Section
- Pagination section.
- get_table_options_section() : Section
- Table options section.
Constants
TAB_ID
public
mixed
TAB_ID
= 'advanced'
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()
Gets the advanced tab.
public
get_tab() : Tab
Tags
Return values
Tab —set_defaults()
Set defaults
public
set_defaults() : mixed
Tags
Return values
mixed —get_advanced_section()
Advanced section.
private
get_advanced_section() : Section
Tags
Return values
Section —get_pagination_section()
Pagination section.
private
get_pagination_section() : Section
Tags
Return values
Section —get_table_options_section()
Table options section.
private
get_table_options_section() : Section