GF_Installation_Wizard
Source: includes/wizard/class-gf-installation-wizard.php:7
Details
- Kind:
class - Namespace:
(global)
Methods
| Method | Description |
|---|---|
get_step() | |
get_previous_step() | |
get_next_step() | |
progress() | |
get_steps() |
Method Reference
get_step()
public function get_step( $name=false )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name | bool | false |
Returns
Source: includes/wizard/class-gf-installation-wizard.php:160
get_previous_step()
public function get_previous_step( $current_step )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$current_step |
Returns
bool| GF_Installation_Wizard_Step
Source: includes/wizard/class-gf-installation-wizard.php:179
get_next_step()
public function get_next_step( $current_step )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$current_step | GF_Installation_Wizard_Step |
Returns
bool| GF_Installation_Wizard_Step
Source: includes/wizard/class-gf-installation-wizard.php:199
progress()
public function progress( $current_step, $echo=true )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$current_step | GF_Installation_Wizard_Step | ||
$echo | bool | true |
Returns
string
Source: includes/wizard/class-gf-installation-wizard.php:231
get_steps()
public function get_steps()
Returns
Source: includes/wizard/class-gf-installation-wizard.php:281