Progress_Indicator
in package
Progress indicator functionality.
Return the markup for the progreess indicator and the form overlay.
Tags
Table of Contents
Constants
- PROGRESS_CONTAINER = 'progress-indicator.php'
- Progress container partial.
Properties
- $helper : Helper
- The instance of the helper class.
- $instances : array<string|int, object>
- The array of instances of this class and sub-classes.
- $progress_container : string
- The fully qualified path to the progress container partial.
Methods
- get_instance() : object
- Creates and/or returns the instance of this class.
- get_markup() : string
- Return the progress indicator markup.
- __construct() : void
- Initialise the class and set its properties.
Constants
PROGRESS_CONTAINER
Progress container partial.
protected
string
PROGRESS_CONTAINER
= 'progress-indicator.php'
Tags
Properties
$helper
The instance of the helper class.
protected
Helper
$helper
Tags
$instances
The array of instances of this class and sub-classes.
protected
static array<string|int, object>
$instances
= array()
Tags
$progress_container
The fully qualified path to the progress container partial.
protected
string
$progress_container
= ''
Tags
Methods
get_instance()
Creates and/or returns the instance of this class.
public
static get_instance() : object
Tags
Return values
object —The instance of this class.
get_markup()
Return the progress indicator markup.
public
get_markup() : string
Tags
Return values
string —The progress indicator markup.
__construct()
Initialise the class and set its properties.
protected
__construct() : void