pfeifferNet

Progress_Indicator
in package

Progress indicator functionality.

Return the markup for the progreess indicator and the form overlay.

Tags
since
6.0.0
used-by
Related_Posts::__construct()
used-by
Tools
used-by
Tools::__construct()
used-by
Form

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
since
6.0.0

Properties

$instances

The array of instances of this class and sub-classes.

protected static array<string|int, object> $instances = array()
Tags
since
6.0.0

$progress_container

The fully qualified path to the progress container partial.

protected string $progress_container = ''
Tags
since
6.0.0

Methods

get_instance()

Creates and/or returns the instance of this class.

public static get_instance() : object
Tags
since
6.0.0
Return values
object

The instance of this class.


        
On this page

Search results