General
Handles the general tab.
Tags
Table of Contents
- TAB_ID = 'general'
- The tab ID.
- $defaults : array<string|int, mixed>
- The default options.
- __construct() : mixed
- Constructor
- get_tab() : Tab
- General tab.
- set_defaults() : mixed
- Set defaults
- get_document_data_section() : Section
- Document data section.
- get_frontend_submission_section() : Section
- Frontend submission section.
- get_general_section() : Section
- General section.
- get_version_control_section() : Section
- Version control section.
Constants
TAB_ID
The tab ID.
public
string
TAB_ID
= 'general'
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()
General tab.
public
get_tab() : Tab
Tags
Return values
Tab —set_defaults()
Set defaults
public
set_defaults() : mixed
Tags
Return values
mixed —get_document_data_section()
Document data section.
private
get_document_data_section() : Section
Tags
Return values
Section —get_frontend_submission_section()
Frontend submission section.
private
get_frontend_submission_section() : Section
Tags
Return values
Section —get_general_section()
General section.
private
get_general_section() : Section
Tags
Return values
Section —get_version_control_section()
Version control section.
private
get_version_control_section() : Section