Document_Grid implements Registerable
Document Table Setting Tab
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- MENU_SLUG = 'dlp-settings-grid'
- OPTION_GROUP = 'document_library_pro_grid'
- TAB_ID = 'document_grid'
- $default_settings : mixed
- $id : mixed
- $plugin : mixed
- $title : mixed
- __construct() : mixed
- Constructor.
- get_id() : string
- Get the Tab ID.
- get_title() : string
- Get the Tab title.
- grid_settings_description() : mixed
- Get the Grid Settings description.
- grid_settings_title() : mixed
- Get the Settings Tab description.
- register() : mixed
- {@inheritdoc}
- register_settings() : mixed
- Register the Settings with WP Settings API.
- get_design_settings() : array<string|int, mixed>
- Get the Design settings.
- get_grid_settings() : array<string|int, mixed>
- Get the Grid settings.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'dlp-settings-grid'
OPTION_GROUP
public
mixed
OPTION_GROUP
= 'document_library_pro_grid'
TAB_ID
public
mixed
TAB_ID
= 'document_grid'
Properties
$default_settings
private
mixed
$default_settings
$id
private
mixed
$id
$plugin
private
mixed
$plugin
$title
private
mixed
$title
Methods
__construct()
Constructor.
public
__construct(Plugin $plugin) : mixed
Parameters
- $plugin : Plugin
Return values
mixed —get_id()
Get the Tab ID.
public
get_id() : string
Return values
string —get_title()
Get the Tab title.
public
get_title() : string
Return values
string —grid_settings_description()
Get the Grid Settings description.
public
grid_settings_description() : mixed
Return values
mixed —grid_settings_title()
Get the Settings Tab description.
public
grid_settings_title() : mixed
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed
Return values
mixed —register_settings()
Register the Settings with WP Settings API.
public
register_settings() : mixed
Return values
mixed —get_design_settings()
Get the Design settings.
private
get_design_settings() : array<string|int, mixed>
Return values
array<string|int, mixed> —get_grid_settings()
Get the Grid settings.
private
get_grid_settings() : array<string|int, mixed>