Admin_Controller implements Registerable, Service

Handles everything related to the admin side.

Interfaces, Classes and Traits

Registerable
Service

Table of Contents

$license  : License
License handler.
$license_setting  : License_Setting
License details
$plugin  : Licensed_Plugin
The plugin.
__construct()  : mixed
Get things started.
notices()  : void
Display a global message once the indexing has started.
register()  : void
Hook into WP

Properties

$license_setting

License details

private License_Setting $license_setting

Methods

__construct()

Get things started.

public __construct(Licensed_Plugin $plugin, License_Setting $license_setting, License $license) : mixed
Parameters
$plugin : Licensed_Plugin
$license_setting : License_Setting
$license : License
Return values
mixed

notices()

Display a global message once the indexing has started.

public notices() : void
Return values
void

Search results