Skip to main content

GF_Installation_Wizard

Source: includes/wizard/class-gf-installation-wizard.php:7

Details

  • Kind: class
  • Namespace: (global)

Methods

MethodDescription
get_step()
get_previous_step()
get_next_step()
progress()
get_steps()

Method Reference

get_step()

public function get_step( $name=false )

Parameters

NameTypeDefaultDescription
$nameboolfalse

Returns

Source: includes/wizard/class-gf-installation-wizard.php:160

get_previous_step()

public function get_previous_step( $current_step )

Parameters

NameTypeDefaultDescription
$current_step

Returns

Source: includes/wizard/class-gf-installation-wizard.php:179

get_next_step()

public function get_next_step( $current_step )

Parameters

NameTypeDefaultDescription
$current_stepGF_Installation_Wizard_Step

Returns

Source: includes/wizard/class-gf-installation-wizard.php:199

progress()

public function progress( $current_step, $echo=true )

Parameters

NameTypeDefaultDescription
$current_stepGF_Installation_Wizard_Step
$echobooltrue

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