Service implements Registerable
Interfaces, Classes and Traits
- Registerable
 
Table of Contents
- $plugin : Licensed_Plugin
 - Plugin instance
 - $wizard : Wizard
 - Wizard instance
 - __construct() : mixed
 - Setup the setup wizard. Pun intended.
 - register() : void
 - Boot the wizard.
 
Properties
$plugin
Plugin instance
    private
        Licensed_Plugin
    $plugin
    
    
    
    
$wizard
Wizard instance
    private
        Wizard
    $wizard
    
    
    
    
Methods
__construct()
Setup the setup wizard. Pun intended.
    public
                __construct(Licensed_Plugin $plugin) : mixed
    
        Parameters
- $plugin : Licensed_Plugin
 
Return values
mixed —register()
Boot the wizard.
    public
                register() : void