Design

Handles the design tab.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

TAB_ID  = 'design'
The tab ID.
$defaults  : array<string|int, mixed>
The default options.
__construct()  : mixed
Constructor
get_grid_design_section()  : Section
Grid design section.
get_tab()  : Tab
Design tab.
set_defaults()  : mixed
Set defaults
get_design_header_section()  : Section
Design header section.
get_table_design_section()  : Section
Design section.

Constants

TAB_ID

The tab ID.

public string TAB_ID = 'design'
Tags

Properties

$defaults

The default options.

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

Methods

__construct()

Constructor

public __construct() : mixed
Tags
Return values
mixed

get_grid_design_section()

Grid design section.

public get_grid_design_section() : Section
Tags
Return values
Section

get_tab()

Design tab.

public get_tab() : Tab
Tags
Return values
Tab

set_defaults()

Set defaults

public set_defaults() : mixed
Tags
Return values
mixed

get_design_header_section()

Design header section.

private get_design_header_section() : Section
Tags
Return values
Section

get_table_design_section()

Design section.

private get_table_design_section() : Section
Tags
Return values
Section

Search results