Welcome extends Step

This step handles the license activation.

Table of Contents

WIZARD_ONLY  = true
__construct()  : mixed
Get things started.
get_data()  : mixed
{@inheritdoc}
get_fields_list()  : array<string|int, mixed>
List of fields for this spte.
save_data()  : mixed
{@inheritdoc}

Constants

WIZARD_ONLY

public mixed WIZARD_ONLY = true

Methods

__construct()

Get things started.

public __construct([bool|object $plugin = false ]) : mixed
Parameters
$plugin : bool|object = false
Return values
mixed

get_data()

{@inheritdoc}

public get_data(mixed $request) : mixed
Parameters
$request : mixed
Return values
mixed

get_fields_list()

List of fields for this spte.

public get_fields_list() : array<string|int, mixed>
Return values
array<string|int, mixed>

save_data()

{@inheritdoc}

public save_data(mixed $request) : mixed
Parameters
$request : mixed
Return values
mixed

Search results