Setup_Wizard implements Registerable

Handles general admin functions, such as adding links to our settings page in the Plugins menu.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable

Table of Contents

$plugin  : Licensed_Plugin
Plugin instance
$wizard  : Setup_Wizard
Wizard instance
__construct()  : mixed
Setup the setup wizard. Pun intended.
register()  : void
Boot the wizard.

Properties

$plugin

Plugin instance

private Licensed_Plugin $plugin
Tags

$wizard

Wizard instance

private Setup_Wizard $wizard
Tags

Methods

__construct()

Setup the setup wizard. Pun intended.

public __construct(Licensed_Plugin $plugin) : mixed
Parameters
$plugin : Licensed_Plugin
Tags
Return values
mixed

register()

Boot the wizard.

public register() : void
Tags
Return values
void

Search results