Settings_Controller

Handles registration of the settings manager that powers the settings page.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

$manager  : Settings_Manager
$plugin  : Plugin
__construct()  : mixed
Get things started.
configure_manager()  : void
Configure the settings manager.
get_manager()  : Settings_Manager
Get the settings manager.
register()  : void
Register hooks.
get_settings_config()  : array<string|int, mixed>
Get the settings config.

Properties

Methods

configure_manager()

Configure the settings manager.

public configure_manager() : void
Return values
void

get_manager()

Get the settings manager.

public get_manager() : Settings_Manager
Return values
Settings_Manager

get_settings_config()

Get the settings config.

private get_settings_config() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results