Function Module_admin_setupwizard->get_num_steps_enumerable

Definitions

adminzone/pages/modules/admin_setupwizard.php

  • Get the number of steps that the user will see.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The number of steps
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the number of steps that the user will see.
 *
 * @return integer The number of steps
 */

protected function get_num_steps_enumerable() : int