Create extends Step
First step of the wizard.
Tags
Table of Contents
- $id : mixed
- get_data() : mixed
- {@inheritdoc}
- get_fields_list() : array<string|int, mixed>
- Define list of fields.
- init() : mixed
- Get things started.
- save_data() : mixed
- {@inheritdoc}
Properties
$id
public
mixed
$id
= 'create'
Tags
Methods
get_data()
{@inheritdoc}
public
get_data(mixed $request) : mixed
Parameters
- $request : mixed
Tags
Return values
mixed —get_fields_list()
Define list of fields.
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