Single_Document

Handles the single document tab.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

TAB_ID  = 'single_document'
The tab ID.
$defaults  : array<string|int, mixed>
The default options.
__construct()  : mixed
Constructor
get_tab()  : Tab
Get the tab.
set_defaults()  : mixed
Set defaults
get_single_document_display_options()  : array<string|int, array{value: string, label: string}>
Gets the single document display options.
get_single_document_section()  : Section
Single document section.

Constants

Properties

$defaults

The default options.

protected array<string|int, mixed> $defaults
Tags

Methods

__construct()

Constructor

public __construct() : mixed
Tags
Return values
mixed

get_tab()

Get the tab.

public get_tab() : Tab
Tags
Return values
Tab

set_defaults()

Set defaults

public set_defaults() : mixed
Tags
Return values
mixed

get_single_document_display_options()

Gets the single document display options.

private get_single_document_display_options() : array<string|int, array{value: string, label: string}>
Tags
Return values
array<string|int, array{value: string, label: string}>

get_single_document_section()

Single document section.

private get_single_document_section() : Section
Tags
Return values
Section

Search results