Welcome extends Step

This step handles the license activation.

Tags

Table of Contents

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

Constants

WIZARD_ONLY

public mixed WIZARD_ONLY = true
Tags

Methods

get_data()

{@inheritdoc}

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

get_fields_list()

List of fields for this spte.

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

init()

Get things started.

public init() : mixed
Tags
Return values
mixed

save_data()

{@inheritdoc}

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

Search results