Single_Document implements Registerable
General Setting Tab
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- MENU_SLUG = 'dlp-settings-single-document'
- OPTION_GROUP = 'document_library_pro_single_document'
- TAB_ID = 'single_document'
- $id : mixed
- $plugin : mixed
- $title : mixed
- __construct() : mixed
- Constructor.
- display_document_display_description() : mixed
- Output the Document Display description.
- get_id() : string
- Get the tab ID.
- get_title() : string
- Get the tab title.
- register() : mixed
- {@inheritdoc}
- register_settings() : mixed
- Register the Settings with WP Settings API.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'dlp-settings-single-document'
Tags
OPTION_GROUP
public
mixed
OPTION_GROUP
= 'document_library_pro_single_document'
Tags
TAB_ID
public
mixed
TAB_ID
= 'single_document'
Tags
Properties
$id
private
mixed
$id
Tags
$plugin
private
mixed
$plugin
Tags
$title
private
mixed
$title
Tags
Methods
__construct()
Constructor.
public
__construct(Plugin $plugin) : mixed
Parameters
- $plugin : Plugin
Tags
Return values
mixed —display_document_display_description()
Output the Document Display description.
public
display_document_display_description() : mixed
Tags
Return values
mixed —get_id()
Get the tab ID.
public
get_id() : string
Tags
Return values
string —get_title()
Get the tab title.
public
get_title() : string
Tags
Return values
string —register()
{@inheritdoc}
public
register() : mixed
Tags
Return values
mixed —register_settings()
Register the Settings with WP Settings API.
public
register_settings() : mixed